summary refs log tree commit diff
path: root/src/api/routes/gateway/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/gateway/index.ts')
-rw-r--r--src/api/routes/gateway/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/routes/gateway/index.ts b/src/api/routes/gateway/index.ts
index ee500e9b..12e96919 100644
--- a/src/api/routes/gateway/index.ts
+++ b/src/api/routes/gateway/index.ts
@@ -16,9 +16,9 @@
 	along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
-import { Config } from "@fosscord/util";
+import { Config } from "@spacebar/util";
 import { Router, Response, Request } from "express";
-import { route, RouteOptions } from "@fosscord/api";
+import { route, RouteOptions } from "@spacebar/api";
 
 const router = Router();