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

Update payment_api.py

Browse files
Files changed (1) hide show
  1. payment_api.py +1 -1
payment_api.py CHANGED
@@ -16,7 +16,7 @@ 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
 
 
16
  title="Invoice Payment API",
17
  description="Payment processing simulation for invoice automation",
18
  version="1.0.0",
19
+ root_path="/spaces/PARTHA181098/InvoicePaymentAPI"
20
 
21
  )
22