We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2740e50 commit cd359e4Copy full SHA for cd359e4
server/api/application.post.ts server/api/application/index.post.ts
@@ -1,7 +1,7 @@
1
import { applicationCreateSchema } from '~~/shared/schemas/application';
2
-import authenticateRequest from '../utils/auth';
3
import { and, count, eq, sql } from 'drizzle-orm';
4
-import { jobPostingsTable, postingApplicantsTable } from '../db/schema';
+import authenticateRequest from '~~/server/utils/auth';
+import { jobPostingsTable, postingApplicantsTable } from '~~/server/db/schema';
5
6
export default defineEventHandler(async (event) => {
7
const session = await authenticateRequest(event);
0 commit comments