Adding legacy API paths

This commit is contained in:
Caleb Gardner
2024-08-06 22:36:58 -05:00
parent bb44e26dd4
commit a9ca12395e
4 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ func setupBackend(mux *http.ServeMux) {
swApp,
cdrApp,
)
back.AddCorsAddress("darkstorm.tech")
back.AddCorsAddress("https://darkstorm.tech")
if err != nil {
log.Fatal("error setting up backend:", err)
}