Toggle navigation
Toggle navigation
This project
Loading...
Sign in
허연우
/
FindMe.GG
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
chrisheo
2022-11-26 13:03:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bd66f61643e42a93614406880137f8df854c4e30
bd66f616
1 parent
8c8d3804
Fix css not applied problem
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
back/app.js
back/app.js
View file @
bd66f61
var
express
=
require
(
'express'
);
var
app
=
express
();
app
.
use
(
express
.
static
(
__dirname
+
'/public'
));
var
router
=
require
(
'./router/main'
)(
app
);
var
bodyParser
=
require
(
'body-parser'
);
...
...
Please
register
or
login
to post a comment