Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
Today KU
1365a4852c7006ddc0307401f0647a73aa1fba26
1365a4852c7006ddc0307401f0647a73aa1fba26
Switch branch/tag
today-ku
server
routes
index.js
Find file
Normal view
History
Permalink
index.js
88 Bytes
Edit
Web IDE
Newer
Older
server-router 설정
Kim, Subin
committed
Oct 28, 2021
1
2
3
4
5
import
express
from
"
express
"
;
const
router
=
express
.
Router
();
export
default
router
;