Skip to content

Commit 5267b7d

Browse files
committed
change the raw to end of the route
1 parent 618b5aa commit 5267b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ def get_harvest_record(record_id=None):
732732

733733
return db._to_dict(record)
734734

735-
@mod.route("/harvest_record/raw/<record_id>", methods=["GET"])
735+
@mod.route("/harvest_record/<record_id>/raw", methods=["GET"])
736736
def get_harvest_record_raw(record_id=None):
737737
record = db.get_harvest_record(record_id)
738738
if record:

0 commit comments

Comments
 (0)