tomoya hace 3 semanas
padre
commit
047721358e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      backend/app/app/crud/crud_simplepay.py

+ 1 - 1
backend/app/app/crud/crud_simplepay.py

@@ -32,4 +32,4 @@ class CRUDSimplePay(CRUDBase[SimplePay, SimplePayCreate, SimplePayUpdate]):
             .all()
         )
         
-simpleypay = CRUDSimplePay(SimplePay)
+simplepay = CRUDSimplePay(SimplePay)