Skip to content
Snippets Groups Projects

Resolve "Comment apis"

Merged Josef Olsson requested to merge 166-comment-apis into dev
3 files
+ 21
6
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -26,7 +26,7 @@ slide_parser_edit.add_argument("background_image_id", default=sentinel, type=int
class SlidesList(Resource):
@protect_route(allowed_roles=["*"])
def get(self, competition_id):
""" Gets the all slides from the specified competition. """
""" Gets all slides from the specified competition. """
items = dbc.get.slide_list(competition_id)
return list_response(list_schema.dump(items))
Loading