Skip to content

Commit

Permalink
chore(api): restructure route dir
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 committed Dec 14, 2024
1 parent 2740e50 commit cd359e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { applicationCreateSchema } from '~~/shared/schemas/application';
import authenticateRequest from '../utils/auth';
import { and, count, eq, sql } from 'drizzle-orm';
import { jobPostingsTable, postingApplicantsTable } from '../db/schema';
import authenticateRequest from '~~/server/utils/auth';
import { jobPostingsTable, postingApplicantsTable } from '~~/server/db/schema';

export default defineEventHandler(async (event) => {
const session = await authenticateRequest(event);
Expand Down

0 comments on commit cd359e4

Please sign in to comment.