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