summary refs log tree commit diff
path: root/src/api/routes/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/index.js')
-rw-r--r--src/api/routes/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/routes/index.js b/src/api/routes/index.js

index c35303f..147246e 100644 --- a/src/api/routes/index.js +++ b/src/api/routes/index.js
@@ -1,2 +1,4 @@ export * from "./statusRoute.js"; export * from "./indexRoute.js"; + +export * from "./auth/index.js";