JairoDanielMT commited on
Commit
3d569d3
1 Parent(s): 279e431

Update routers/productos.py

Browse files
Files changed (1) hide show
  1. routers/productos.py +1 -1
routers/productos.py CHANGED
@@ -31,7 +31,7 @@ def get_productos():
31
  return []
32
 
33
 
34
- # @router.post("/")
35
  def post_producto(producto: Productos):
36
  try:
37
  with DatabaseConnection().get_connection() as conn:
 
31
  return []
32
 
33
 
34
+ @router.post("/")
35
  def post_producto(producto: Productos):
36
  try:
37
  with DatabaseConnection().get_connection() as conn: