We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4eaf3 commit 394ee5cCopy full SHA for 394ee5c
quadratic-api/src/routes/v0/examples.POST.ts
@@ -45,7 +45,7 @@ async function handler(req: RequestWithUser, res: Response<ApiTypes['/v0/example
45
}
46
47
try {
48
- const apiUrl = `https://api.quadratichq.com/v0/files/${fileUuid}`;
+ const apiUrl = `https://api-aws.quadratichq.com/v0/files/${fileUuid}`;
49
50
// Fetch info about the file
51
const {
0 commit comments