Skip to content

Commit

Permalink
Update index.get.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 authored Sep 18, 2024
1 parent 01e35bb commit 4c1e085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/api/review-tags/index.get.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { type ReviewTag } from '../../db/schema';
import authenticateAdminRequest from '../../utils/admin';

export default defineEventHandler(async (event) => {
await authenticateAdminRequest(event);
Expand Down

0 comments on commit 4c1e085

Please sign in to comment.