summary refs log tree commit diff
path: root/src/routes/invites
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-30 15:37:43 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-30 15:37:43 +0200
commit0d0dd4f6b8433a3a90b5b0eebab7e3991bda2302 (patch)
tree890dce7954f4f673f5ac6c7f3e77bbce62f92022 /src/routes/invites
parentadded GET [#12] (diff)
downloadserver-0d0dd4f6b8433a3a90b5b0eebab7e3991bda2302.tar.xz
move routes to top level no more /api/v8 -> use reverse proxy instead
Diffstat (limited to 'src/routes/invites')
-rw-r--r--src/routes/invites/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/routes/invites/index.ts b/src/routes/invites/index.ts
new file mode 100644

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