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
fc01d0b33eb69c7ac68d499e3b8d1392d71e0dbd
fc01d0b33eb69c7ac68d499e3b8d1392d71e0dbd
Switch branch/tag
travel
src
db
index.ts
Find file
Normal view
History
Permalink
index.ts
73 Bytes
Edit
Web IDE
Newer
Older
backend auth 설정
Yoon, Daeki
committed
Jul 05, 2022
1
export
*
as
userDb
from
"
./user.db
"
;
db 생성
Kim, MinGyu
committed
Jul 06, 2022
2
export
*
as
postDb
from
"
./post.db
"
;