Skip to content

Commit c53e187

Browse files
Apply prepare changes
1 parent 1ee5ba6 commit c53e187

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ werkzeug==3.1.2
6060
# flask
6161
# flask-cors
6262

63-
opengeodeweb-microservice==1.*,>=1.0.14rc1

src/opengeodeweb_back/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def create_app(name: str) -> flask.Flask:
3131
utils_functions.kill_task, SECONDS_BETWEEN_SHUTDOWNS, app
3232
)
3333
else:
34-
app.config.from_object(app_config.DevConfig)
34+
app.config.from_object(app_config.DevConfig)
3535

3636
@app.before_request
3737
def before_request() -> flask.Response | None:

0 commit comments

Comments
 (0)