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