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
6455666d131932773bdc17564212110a1cedfc14
6455666d131932773bdc17564212110a1cedfc14
Switch branch/tag
travel
src
controllers
index.ts
Find file
Normal view
History
Permalink
index.ts
94 Bytes
Edit
Web IDE
Newer
Older
backend auth 설정
Yoon, Daeki
committed
Jul 05, 2022
1
2
export
*
as
userCtrl
from
"
./user.controller
"
;
export
*
as
authCtrl
from
"
./auth.controller
"
;