We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 873ee57 + b77524a commit 82ee18cCopy full SHA for 82ee18c
2 files changed
app/__init__.py
@@ -1,5 +1,5 @@
1
"""Python° - FastAPI, Postgres, tsvector"""
2
3
# Current Version
4
-__version__ = "3.1.2"
+__version__ = "3.1.3"
5
app/main.py
@@ -20,6 +20,8 @@
20
CORSMiddleware,
21
allow_origins=[
22
"http://localhost:1999",
23
+ "http://localhost:1998",
24
+ "http://localhost:1975",
25
"http://localhost:1980",
26
"http://localhost:2027",
27
"http://localhost:2020",
0 commit comments