This reverts commit 22fa480998929b67ae8e13ec286e447abffbb800.

This commit is contained in:
FahadKhalid210 2023-11-22 10:20:08 +05:00
parent 22fa480998
commit 808f87f986
3 changed files with 3 additions and 3 deletions

View File

@ -55,4 +55,4 @@ setup(
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
)
)

View File

@ -1 +1,2 @@
__version__ = "16.0.3"
__version__ = "16.0.3"

View File

@ -1 +0,0 @@
CORS_ORIGIN_WHITELIST.append("{% if ENABLE_HTTPS %}https://{% else %}http://{% endif %}{{ CAIRN_HOST }}")