Skip to content

Commit f629297

Browse files
committed
Merge branch 'feat/input_file' of https://github.com/Geode-solutions/OpenGeodeWeb-Back into feat/input_file
2 parents 16b1000 + 43bb4be commit f629297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_back/routes/blueprint_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def save_viewable_file():
251251
return flask.make_response(
252252
utils_functions.generate_native_viewable_and_light_viewable_from_file(
253253
flask.request.json["input_geode_object"],
254-
"upload", # data_id pour le dossier upload
254+
"upload",
255255
flask.request.json["filename"]
256256
),
257257
200,

0 commit comments

Comments
 (0)