Spaces:
Sleeping
Sleeping
Update payment_api.py
Browse files- 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="/
|
| 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 |
|