This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Adminator-admin-dashboard
mirror of
https://github.com/puikinsh/Adminator-admin-dashboard
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
16
Wiki
Activity
Browse Source
missing bracket in server.js
pull/144/head
Mohammed Tantawy
7 years ago
parent
0b333c8790
commit
c135e2fdb0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
server.js
+ 1
- 1
server.js
View File
@ -9,4 +9,4 @@ app.use('/', express.static(__dirname + '/build'));
const
server
=
app
.
listen
(
process
.
env
.
PORT
||
3000
,
function
(
)
{
console
.
log
(
'Server started at http://localhost:%s'
,
server
.
address
(
)
.
port
)
;
}
}
)
;
Write
Preview
Loading…
Cancel
Save