Spaces:
Sleeping
Sleeping
JairoDanielMT
commited on
Commit
•
0c9ba21
1
Parent(s):
b4a1d6c
Update routers/almacen.py
Browse files- routers/almacen.py +1 -1
routers/almacen.py
CHANGED
@@ -29,7 +29,7 @@ def get_almacen():
|
|
29 |
return []
|
30 |
|
31 |
|
32 |
-
|
33 |
def post_almacen(almacen: Almacen):
|
34 |
try:
|
35 |
with DatabaseConnection().get_connection() as conn:
|
|
|
29 |
return []
|
30 |
|
31 |
|
32 |
+
@router.post("/")
|
33 |
def post_almacen(almacen: Almacen):
|
34 |
try:
|
35 |
with DatabaseConnection().get_connection() as conn:
|