diff --git a/src/routes/user/register.ts b/src/routes/user/register.ts index 29a9ddf..9acd265 100644 --- a/src/routes/user/register.ts +++ b/src/routes/user/register.ts @@ -1,4 +1,4 @@ -import { returnGenericJsonResponse } from "@/lib/http"; +import { returnGenericJsonResponse } from "@lib/http"; const routeDef: RouteDef = { method: "POST",