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