Skip to content

Commit

Permalink
fixes wrong order on modpack api
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed Nov 16, 2024
1 parent d710cdf commit 096c127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
__version__ = solderpy_version

app: Flask = Flask(__name__)
app.json.sort_keys = False
if management_only == False or DB_IS_UP != 2:
app.register_blueprint(api)
if not api_only:
Expand Down

0 comments on commit 096c127

Please sign in to comment.