aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/admin
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/routes/admin')
-rw-r--r--server/src/routes/admin/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/src/routes/admin/index.ts b/server/src/routes/admin/index.ts
new file mode 100644
index 0000000..9f1b6f7
--- /dev/null
+++ b/server/src/routes/admin/index.ts
@@ -0,0 +1,4 @@
+export default () => ({
+ type: 'admin',
+ routes: [],
+});