updated service binders updated

This commit is contained in:
2025-05-03 23:35:03 +03:00
parent ac8c3fe1c3
commit 01f3e82a54
82 changed files with 735 additions and 3371 deletions

View File

@@ -1,4 +1,4 @@
import { createCreateHandler } from "@/app/api/utils";
import { createApplication } from "@/apicalls/application/application";
import { createApplication } from "@/apicalls/application/endpoints";
export const POST = createCreateHandler(createApplication);