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
9aed2b3ac8a4c08a9c326b8655d880382b99aaa4
9aed2b3ac8a4c08a9c326b8655d880382b99aaa4
Switch branch/tag
survey
src
controllers
index.ts
Find file
Normal view
History
Permalink
index.ts
94 Bytes
Edit
Web IDE
Newer
Older
백엔드 인증 작업 로그인, 회원가입
Yoon, Daeki
committed
Jun 29, 2022
1
2
export
*
as
userCtrl
from
"
./user.controller
"
;
export
*
as
authCtrl
from
"
./auth.controller
"
;