(20241223) Zerodha auth now returns views.

This commit is contained in:
2024-12-23 16:27:52 +05:30
parent 3296fec639
commit 58e91fb15f
16 changed files with 112 additions and 294 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ APP_VERSION = constants.APP_VERSION
# The Quart app:
app = Quart(__name__, template_folder = r"../views")
app = Quart(__name__, template_folder = r"../views_v2")
app = cors(app)
# Mail Blueprints: