From 4749948bd8f85c4a74f44960f18f835039b5349e Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 28 May 2025 09:07:47 +0200 Subject: Basic routing and express setup --- src/api/routes/index.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/api/routes/index.js (limited to 'src/api/routes/index.js') 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"; -- cgit 1.5.1