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

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