diff options
Diffstat (limited to 'api/src/routes/experiments.ts')
-rw-r--r-- | api/src/routes/experiments.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/routes/experiments.ts b/api/src/routes/experiments.ts index 7be86fb8..fcbd9271 100644 --- a/api/src/routes/experiments.ts +++ b/api/src/routes/experiments.ts @@ -1,5 +1,5 @@ import { Router, Response, Request } from "express"; -import { route } from "@fosscord/api"; +import { route } from ".."; const router = Router(); |