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
travel
a4f3f070cc6410924e6d95426ab1362554c2c355
a4f3f070cc6410924e6d95426ab1362554c2c355
Switch branch/tag
travel
src
app.ts
Find file
Normal view
History
Permalink
app.ts
76 Bytes
Edit
Web IDE
Newer
Older
프로젝트 초기 설정
Yoon, Daeki
committed
Jun 23, 2022
1
2
3
4
5
import
express
from
"
express
"
;
const
app
=
express
();
export
default
app
;