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
a749747fa6c245bd3f91b42c6e4179a70b2ba28f
a749747fa6c245bd3f91b42c6e4179a70b2ba28f
Switch branch/tag
travel
src
db
index.ts
Find file
Normal view
History
Permalink
index.ts
75 Bytes
Edit
Web IDE
Newer
Older
backend auth 설정
Yoon, Daeki
committed
Jul 05, 2022
1
export
*
as
userDb
from
"
./user.db
"
;
/api/posts route
Lee Soobeom
committed
Jul 06, 2022
2
3
export
*
as
postDb
from
"
./post.db
"
;