PARTHA181098 commited on
Commit
33e275d
·
verified ·
1 Parent(s): 93a3ca0

Update payment_api.py

Browse files
Files changed (1) hide show
  1. payment_api.py +3 -1
payment_api.py CHANGED
@@ -15,7 +15,9 @@ logger = logging.getLogger(__name__)
15
  app = FastAPI(
16
  title="Invoice Payment API",
17
  description="Payment processing simulation for invoice automation",
18
- version="1.0.0"
 
 
19
  )
20
 
21
  TRANSACTIONS: Dict[str, Dict[str, Any]] = {}
 
15
  app = FastAPI(
16
  title="Invoice Payment API",
17
  description="Payment processing simulation for invoice automation",
18
+ version="1.0.0",
19
+ root_path="/proxy/7860"
20
+
21
  )
22
 
23
  TRANSACTIONS: Dict[str, Dict[str, Any]] = {}