Skip to content

Commit 6f44781

Browse files
committed
Add dev.portal to backend CORS
1 parent 293dbf8 commit 6f44781

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/app/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ async def lifespan(app: FastAPI):
5151
"https://export-tool.hotosm.test",
5252
# Production domains
5353
"https://portal.hotosm.org",
54+
"https://dev.portal.hotosm.org",
5455
"https://dev.login.hotosm.org",
5556
"https://login.hotosm.org",
5657
"https://chatmap.hotosm.org",

0 commit comments

Comments
 (0)