Skip to content

Commit 394ee5c

Browse files
fix: update api url to api-aws
1 parent 8f4eaf3 commit 394ee5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quadratic-api/src/routes/v0/examples.POST.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function handler(req: RequestWithUser, res: Response<ApiTypes['/v0/example
4545
}
4646

4747
try {
48-
const apiUrl = `https://api.quadratichq.com/v0/files/${fileUuid}`;
48+
const apiUrl = `https://api-aws.quadratichq.com/v0/files/${fileUuid}`;
4949

5050
// Fetch info about the file
5151
const {

0 commit comments

Comments
 (0)