Skip to content

Commit

Permalink
Now responses go back in the intended order instead of in alphabetica…
Browse files Browse the repository at this point in the history
…l order (#485)
  • Loading branch information
ggsdc authored Oct 13, 2023
1 parent 98824b1 commit 17efc14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cornflow-server/cornflow/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def create_app(env_name="development", dataconn=None):
dictConfig(log_config(app_config[env_name].LOG_LEVEL))

app = Flask(__name__)
app.json.sort_keys = False
app.logger.setLevel(app_config[env_name].LOG_LEVEL)

app.config.from_object(app_config[env_name])
Expand Down

0 comments on commit 17efc14

Please sign in to comment.