Private
Public Access
1
0

Change frontend port to 9080 to avoid conflicts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Catherine Renelle
2026-02-08 09:06:29 -05:00
parent 6520ebf221
commit 3db02f8472
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"Audience": "Purrse"
},
"Cors": {
"Origins": [ "http://localhost:5173", "http://localhost:8080" ]
"Origins": [ "http://localhost:5173", "http://localhost:9080" ]
},
"Plugins": {
"Path": "plugins"