Kaynağa Gözat

Dummy commit.

scossu 1 yıl önce
ebeveyn
işleme
a3b2a6d8d3
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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