We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c099f2f + 4540fe4 commit db634e7Copy full SHA for db634e7
2 files changed
app/__init__.py
@@ -1,5 +1,5 @@
1
"""Python° - FastAPI, Postgres, tsvector"""
2
3
# Current Version
4
-__version__ = "3.1.0"
+__version__ = "3.1.1"
5
app/main.py
@@ -26,6 +26,9 @@
26
"https://goldlabel.pro",
27
"https://nx-admin.goldlabel.pro",
28
"https://free.goldlabel.pro",
29
+ "https://listingslab.com/",
30
+ "https://ed-tech.co/",
31
+ "https://notheretofuckspiders.art/",
32
],
33
allow_credentials=True,
34
allow_methods=["*"],
0 commit comments