diff --git a/app/__init__.py b/app/__init__.py index e5bccf4..5b837ed 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,5 +1,5 @@ """Python° - FastAPI, Postgres, tsvector""" # Current Version -__version__ = "3.1.0" +__version__ = "3.1.1" diff --git a/app/main.py b/app/main.py index 3928559..615dd53 100644 --- a/app/main.py +++ b/app/main.py @@ -26,6 +26,9 @@ "https://goldlabel.pro", "https://nx-admin.goldlabel.pro", "https://free.goldlabel.pro", + "https://listingslab.com/", + "https://ed-tech.co/", + "https://notheretofuckspiders.art/", ], allow_credentials=True, allow_methods=["*"],