feat : fix a lot of stuff
This commit is contained in:
@@ -7,8 +7,8 @@ import {
|
||||
makeJsonRequest,
|
||||
} from "../helpers/handler.ts";
|
||||
import { seedUes, truncateAll } from "../helpers/db_integration.ts";
|
||||
import { handler as uesHandler } from "$apps/notes/api/ues.ts";
|
||||
import { handler as ueHandler } from "$apps/notes/api/ues/[idUE].ts";
|
||||
import { handler as uesHandler } from "$apps/admin/api/ues.ts";
|
||||
import { handler as ueHandler } from "$apps/admin/api/ues/[idUE].ts";
|
||||
|
||||
// --- GET /ues ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user