Minerva666 commited on
Commit
798d522
·
verified ·
1 Parent(s): 8f7abd6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ app = FastAPI(title="Energy Modelling Tools")
10
 
11
  app.add_middleware(
12
  CORSMiddleware,
13
- allow_origins=["https://energy-modelling-tools.github.io", "http://localhost", "*"],
14
  allow_methods=["GET"],
15
  allow_headers=["*"],
16
  )
 
10
 
11
  app.add_middleware(
12
  CORSMiddleware,
13
+ allow_origins=["https://starter-data-kit.github.io", "http://localhost", "*"],
14
  allow_methods=["GET"],
15
  allow_headers=["*"],
16
  )