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
8507705129e46645dc14f9dfb68895f19e30314a
8507705129e46645dc14f9dfb68895f19e30314a
Switch branch/tag
travel
src
db
index.ts
Find file
Normal view
History
Permalink
index.ts
74 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
export
*
as
postDb
from
"
./post.db
"
;