This commit is contained in:
parent
00b87b040e
commit
c554194fb5
7 changed files with 10 additions and 18 deletions
|
@ -11,4 +11,3 @@ def register_blueprints(api):
|
|||
|
||||
api.register_blueprint(resource_blp,
|
||||
url_prefix=f'/{resource_blp.url_prefix}')
|
||||
|
||||
|
|
|
@ -32,4 +32,3 @@ class ImpulseById(MethodView):
|
|||
impulse = Impulse.query.filter_by(id=impulse_id).first()
|
||||
db.session.delete(impulse)
|
||||
db.session.commit()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue