index
:
school/nodejs-final-assignment.git
this commit
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
api
/
routes
/
auth
/
index.js
blob: e687911c7eb3ec103e100ce57ae916328677368c (
plain
) (
blame
)
1
2
export
*
from
'./accountRoutes.js'
;
export
*
from
'./deviceRoutes.js'
;