fix @/lib to @lib
This commit is contained in:
parent
1f12212d4e
commit
61db491848
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { returnGenericJsonResponse } from "@/lib/http";
|
import { returnGenericJsonResponse } from "@lib/http";
|
||||||
|
|
||||||
const routeDef: RouteDef = {
|
const routeDef: RouteDef = {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
|
|
Loading…
Add table
Reference in a new issue