scossu 1 anno fa
parent
commit
a3b2a6d8d3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      scriptshifter/rest_api.py

+ 1 - 0
scriptshifter/rest_api.py

@@ -21,6 +21,7 @@ def create_app():
         "SECRET_KEY": environ.get("TXL_FLASK_SECRET", b64encode(urandom(64))),
         "JSON_AS_ASCII": False,
         "JSONIFY_PRETTYPRINT_REGULAR": True,
+
     })
 
     return app