fix: endpoint to get comparables, more coherent

pull/671/head
Raphaël Vinot 2023-04-24 18:10:16 +02:00
parent c62032fee2
commit 079d190138
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ comparables_model = api.model('ComparablesModel', {
})
@api.route('/json/comparables/<string:capture_uuid>')
@api.route('/json/<string:capture_uuid>/comparables')
@api.doc(description='Get the data we can compare across captures')
class Comparables(Resource):