From 91b282168ea5e7f2f01a37400f2f7c4c780721cd Mon Sep 17 00:00:00 2001 From: NedcloarBR Date: Sat, 13 Jul 2024 22:10:52 -0300 Subject: [PATCH] chore: remove backend related things --- src/types/Constants.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/types/Constants.ts b/src/types/Constants.ts index e2ae5d11..82f7c143 100644 --- a/src/types/Constants.ts +++ b/src/types/Constants.ts @@ -12,17 +12,8 @@ export enum Services { Discord_HTTP = "DISCORD_HTTP_SERVICE", } -export enum Routes { - Auth = "auth", - Discord = "discord", -} - export enum Extends { Tools = "TOOLS", Command = "COMMAND", Buttons = "COMPONENTS_BUTTONS", } - -export enum Cookies { - JWT = "N-D-B_JWT_SESSION", -}