Skip to content

Commit 1cf15d6

Browse files
SpliiTgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 1e831c7 commit 1cf15d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_back/routes/models/blueprint_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ def extract_uuids_endpoint():
7272
return flask.make_response({"error": "File not found"}, 404)
7373

7474
uuid_dict = extract_model_uuids(flask.request.json["geode_object"], file_path)
75-
return flask.make_response({"uuid_dict": uuid_dict}, 200)
75+
return flask.make_response({"uuid_dict": uuid_dict}, 200)

0 commit comments

Comments
 (0)