fix @/lib to @lib

This commit is contained in:
creations 2025-05-02 10:02:52 -04:00
parent 1f12212d4e
commit 61db491848
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -1,4 +1,4 @@
import { returnGenericJsonResponse } from "@/lib/http"; import { returnGenericJsonResponse } from "@lib/http";
const routeDef: RouteDef = { const routeDef: RouteDef = {
method: "POST", method: "POST",