Toggle navigation
Toggle navigation
This project
Loading...
Sign in
황성연
/
lolinfo.gg
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
황성연
2020-06-18 08:36:11 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e64a66af4beaeb125093447e042cab6da46dfa22
e64a66af
1 parent
9651923e
mytest.js 추가
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
lolinfo/app.js
lolinfo/router/mytest.js
lolinfo/app.js
View file @
e64a66a
var
express
=
require
(
'express'
);
var
app
=
express
();
var
router
=
require
(
'./router/
T
est'
)(
app
);
var
router
=
require
(
'./router/
myt
est'
)(
app
);
var
bodyParser
=
require
(
'body-parser'
);
app
.
set
(
'views'
,
__dirname
+
'/views'
);
...
...
lolinfo/router/mytest.js
0 → 100644
View file @
e64a66a
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment