summary refs log tree commit diff
path: root/src/api/routes/index.js
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-29 22:48:16 +0200
committerRory& <root@rory.gay>2025-05-29 22:48:48 +0200
commitcbeac8102ccdea570544b1ce235e993726668ae7 (patch)
tree585b535ceec1f7f6325ecf2008984565d4930fa3 /src/api/routes/index.js
parentGet database working (diff)
downloadnodejs-final-assignment-cbeac8102ccdea570544b1ce235e993726668ae7.tar.xz
Prettier config
Diffstat (limited to 'src/api/routes/index.js')
-rw-r--r--src/api/routes/index.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/api/routes/index.js b/src/api/routes/index.js

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