diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-07-19 07:21:26 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-09 23:28:27 +0200 |
commit | 279ec10081f245f4d5bbca8b63485c841f619e35 (patch) | |
tree | 4e58b7bb26fa3f5f60cfc8888b9f37a258146083 /api/src/routes/discovery.ts | |
parent | update node types to v18, ditch node-fetch (diff) | |
download | server-279ec10081f245f4d5bbca8b63485c841f619e35.tar.xz |
State update, havent tested
Diffstat (limited to 'api/src/routes/discovery.ts')
-rw-r--r-- | api/src/routes/discovery.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/routes/discovery.ts b/api/src/routes/discovery.ts index a7df120e..30c418c6 100644 --- a/api/src/routes/discovery.ts +++ b/api/src/routes/discovery.ts @@ -1,6 +1,6 @@ import { Categories } from "@fosscord/util"; import { Router, Response, Request } from "express"; -import { route } from "@fosscord/api"; +import { route } from ".."; const router = Router(); |