index
:
school/nodejs-final-assignment.git
this commit
demo
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
/
index.js
blob: c35303ff3c1d57b11886537a6c991a340d1078cb (
plain
) (
blame
)
1
2
export
*
from
"./statusRoute.js"
;
export
*
from
"./indexRoute.js"
;