diff options
author | Hayden Young <hi@hbjy.dev> | 2021-10-15 11:05:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 11:05:51 +0000 |
commit | 125f91632f0607903596fff3aeaf67d3df593ec7 (patch) | |
tree | 021f8843b2e3490f203429fa0bd1d98f0278ed17 /api/src/routes/gateway/bot.ts | |
parent | chore(merge): remote -> local (diff) | |
download | server-125f91632f0607903596fff3aeaf67d3df593ec7.tar.xz |
feat: add tests to gateway routes, split into own routers
Diffstat (limited to '')
-rw-r--r-- | api/src/routes/gateway/bot.ts (renamed from api/src/routes/gateway.ts) | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/api/src/routes/gateway.ts b/api/src/routes/gateway/bot.ts |