[WIP] Testing and reformuling
This commit is contained in:
7
app/api/config/cruds/path/delete.py
Normal file
7
app/api/config/cruds/path/delete.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from sqlalchemy.orm import Session
|
||||
|
||||
from .....schema.config.path import Path
|
||||
|
||||
def delete(session:Session, path:Path):
|
||||
session.delete(path)
|
||||
session.commit()
|
||||
Reference in New Issue
Block a user