Skip to content
Snippets Groups Projects
Commit dc78ff7c authored by Victor Löfgren's avatar Victor Löfgren
Browse files

--amend

parent fc186393
No related branches found
No related tags found
1 merge request!161Resolve "replace-restx-with-smorest"
......@@ -5,9 +5,7 @@ Default route: /api/competitions/<competition_id>/codes
import app.database.controller as dbc
from app.apis import item_response, list_response, protect_route
from app.core.dto import CodeDTO
from app.database.models import Code
from flask_restx import Resource
api = CodeDTO.api
schema = CodeDTO.schema
......
......@@ -18,7 +18,7 @@ blp = Blueprint(
"slide",
"slide",
url_prefix="/api/competitions/<competition_id>/slides",
description="Adding, updating, deleting and searching for slide",
description="Adding, updating, deleting and copy slide",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment