chore: use separate endpoint

This commit is contained in:
bartosz-lipinski 2021-09-12 13:19:23 -05:00
parent 38c942c905
commit 50944daeb8
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ export async function upload(data: FormData, manifest, index) {
console.log(`trying to upload ${index}.png: ${manifest.name}`);
return await (
await fetch(
'https://us-central1-principal-lane-200702.cloudfunctions.net/uploadFile4',
'https://us-central1-principal-lane-200702.cloudfunctions.net/uploadFile10',
{
method: 'POST',
// @ts-ignore