summary refs log tree commit diff
path: root/src/routes/api/v8/invites/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/api/v8/invites/index.ts')
-rw-r--r--src/routes/api/v8/invites/index.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/routes/api/v8/invites/index.ts b/src/routes/api/v8/invites/index.ts
deleted file mode 100644

index 9a4e81fa..00000000 --- a/src/routes/api/v8/invites/index.ts +++ /dev/null
@@ -1,4 +0,0 @@ -import { Router } from "express"; -const router: Router = Router(); - -export default router;