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
survey
4973796e7a64cac18470d07b5968f80c12fdd341
4973796e7a64cac18470d07b5968f80c12fdd341
Switch branch/tag
survey
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
;