Skip to content

Commit 82ee18c

Browse files
Merge pull request #112 from goldlabelapps/staging
Bump version and add local CORS origins
2 parents 873ee57 + b77524a commit 82ee18c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Python° - FastAPI, Postgres, tsvector"""
22

33
# Current Version
4-
__version__ = "3.1.2"
4+
__version__ = "3.1.3"
55

app/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
CORSMiddleware,
2121
allow_origins=[
2222
"http://localhost:1999",
23+
"http://localhost:1998",
24+
"http://localhost:1975",
2325
"http://localhost:1980",
2426
"http://localhost:2027",
2527
"http://localhost:2020",

0 commit comments

Comments
 (0)