added saving photos to firebase

This commit is contained in:
2026-06-16 23:18:20 +09:00
parent d614ddb322
commit 1743e7fcbe
9 changed files with 107 additions and 2 deletions

7
cors.json Normal file
View File

@@ -0,0 +1,7 @@
[
{
"origin": ["http://localhost:5173", "https://map-jurnal.web.app", "https://map-jurnal.firebaseapp.com"],
"method": ["GET", "HEAD", "PUT", "POST", "DELETE"],
"maxAgeSeconds": 3600
}
]