Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source-group1
/
animal-Info
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
Eunsu486
2021-05-25 19:44:47 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0195f5cf2b91a046c009f270ef6ec3d2a8cc0527
0195f5cf
1 parent
fac426d2
Revise template engine to ejs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
routes/vendors.js
routes/vendors.js
0 → 100644
View file @
0195f5c
var
express
=
require
(
'express'
);
var
router
=
express
.
Router
();
var
path
=
require
(
'path'
);
router
.
use
(
'/bootstrap'
,
express
.
static
(
path
.
join
(
__dirname
,
"../node_modules/bootstrap/dist"
)));
module
.
exports
=
router
;
\ No newline at end of file
Please
register
or
login
to post a comment