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

index 725c7d8..8ad4f07 100644 --- a/src/api/routes/auth/registerRoute.js +++ b/src/api/routes/auth/registerRoute.js
@@ -1,4 +1,4 @@ -import { User } from '#db/schemas/user.js'; +import { User } from '#db/index.js'; export const registerRoute = { route: '/auth/register',