summary refs log tree commit diff
path: root/src/api/routes/index.js
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-28 09:07:47 +0200
committerRory& <root@rory.gay>2025-05-28 09:07:47 +0200
commit60f533677b9f25016eb7b089be26f9ba826dd8e9 (patch)
tree19c57d9aebabfd6dd33a9b04c5b3a4a0d4df04ab /src/api/routes/index.js
parentBare minimum express server, fix nix package (diff)
downloadnodejs-final-assignment-60f533677b9f25016eb7b089be26f9ba826dd8e9.tar.xz
Basic routing and express setup
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
new file mode 100644

index 0000000..c35303f --- /dev/null +++ b/src/api/routes/index.js
@@ -0,0 +1,2 @@ +export * from "./statusRoute.js"; +export * from "./indexRoute.js";