diff options
Diffstat (limited to 'src/api/routes/gateway/index.ts')
-rw-r--r-- | src/api/routes/gateway/index.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/api/routes/gateway/index.ts b/src/api/routes/gateway/index.ts index e6fcf5e3..f5ed4c1f 100644 --- a/src/api/routes/gateway/index.ts +++ b/src/api/routes/gateway/index.ts @@ -22,10 +22,6 @@ import { route, RouteOptions } from "@fosscord/api"; const router = Router(); -export interface GatewayResponse { - url: string; -} - const options: RouteOptions = { test: { response: { |