Skip to content

Commit

Permalink
🔧 chore: try to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jan 15, 2024
1 parent b859fb2 commit b35ddea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/api/midjourney/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const POST = async (req: Request) => {

const body = await req.text();

console.log(urlJoin(baseUrl, path));
return fetch(urlJoin(baseUrl, path), {
body,
headers: { 'Content-Type': 'application/json' },
Expand Down

0 comments on commit b35ddea

Please sign in to comment.