summary refs log tree commit diff
path: root/src/api/routes/auth/index.js
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-03 21:28:47 +0200
committerRory& <root@rory.gay>2025-06-03 21:28:47 +0200
commit162f97975a6a784cbf4c9b7d5d2b1ea6799351e9 (patch)
tree5691d1aaa179b2847b08ba2b4b6322094e39d7e2 /src/api/routes/auth/index.js
parenttestFrontend: add activity for almost all endpoints (diff)
downloadnodejs-final-assignment-162f97975a6a784cbf4c9b7d5d2b1ea6799351e9.tar.xz
Remove admin account routes, fix multiple routes
Diffstat (limited to 'src/api/routes/auth/index.js')
-rw-r--r--src/api/routes/auth/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/routes/auth/index.js b/src/api/routes/auth/index.js

index 2d2cc86..e687911 100644 --- a/src/api/routes/auth/index.js +++ b/src/api/routes/auth/index.js
@@ -1,3 +1,2 @@ export * from './accountRoutes.js'; export * from './deviceRoutes.js'; -export * from './adminAccountRoutes.js';