Skip to content

Commit

Permalink
Update route.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilogweb3 authored Dec 20, 2024
1 parent a636ee2 commit a604edc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const MAX_IMAGE_SIZE_IN_MB = 1; // max 1mb

export async function POST(request: NextRequest) {
try {
// Rerrer validation
// Referer validation
const requestUrl = new URL(request.url);

// Username must be provided
Expand Down

0 comments on commit a604edc

Please sign in to comment.