Skip to content

Commit

Permalink
Update route.ts (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilogweb3 authored Dec 21, 2024
1 parent 76de6b6 commit 4598f7a
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 4598f7a

Please sign in to comment.