Pixel/links development. New validations folder. More refactoring.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { parseRequest } from '@/lib/request';
|
||||
import { unauthorized, json } from '@/lib/response';
|
||||
import { canViewWebsite } from '@/lib/auth';
|
||||
import { canViewWebsite } from '@/validations';
|
||||
import { getEventData } from '@/queries/sql/events/getEventData';
|
||||
|
||||
export async function GET(
|
||||
|
||||
Reference in New Issue
Block a user