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-27 19:58:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a308d8530023f378cc2e2a7b23c36bd6aeadcaa4
a308d853
1 parent
378bde92
Revise template engine from pug to ejs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
routes/vendors.js
routes/vendors.js
0 → 100644
View file @
a308d85
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