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 cb8ef8e commit b859fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/api/midjourney/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ 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 b859fb2

Please sign in to comment.