Skip to content

Commit

Permalink
Update error code
Browse files Browse the repository at this point in the history
  • Loading branch information
brachkow committed May 9, 2024
1 parent 011bc64 commit fb096de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/_middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export async function onRequest(context) {
if (pathname.startsWith('/api/')) {
return new Response.redirect(
'https://app.tough-dev.school' + pathname,
'200',
'304',
);
}

Expand Down

0 comments on commit fb096de

Please sign in to comment.