Update app.py
Browse files
app.py
CHANGED
|
@@ -60,15 +60,17 @@ app.add_middleware(
|
|
| 60 |
excluded_paths=[
|
| 61 |
"/setupaccount",
|
| 62 |
"/checkaccount",
|
| 63 |
-
"register_endpoint",
|
| 64 |
-
"delete_endpoint",
|
| 65 |
-
"delete_dynamic_endpoint",
|
| 66 |
-
"checkendpoints",
|
| 67 |
-
"checkdynamicendpoints",
|
| 68 |
-
"update_dynamic_endpoint",
|
| 69 |
-
"update_endpoint_price",
|
| 70 |
-
"update_dynamic_endpoint_price",
|
| 71 |
-
"/docs",
|
|
|
|
|
|
|
| 72 |
|
| 73 |
]
|
| 74 |
)
|
|
@@ -197,9 +199,6 @@ def UpdateMarketData(endpoint_method,endpoint_linker,status_code):
|
|
| 197 |
|
| 198 |
|
| 199 |
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
|
| 203 |
#POST requests proxy
|
| 204 |
|
| 205 |
|
|
|
|
| 60 |
excluded_paths=[
|
| 61 |
"/setupaccount",
|
| 62 |
"/checkaccount",
|
| 63 |
+
"/register_endpoint",
|
| 64 |
+
"/delete_endpoint",
|
| 65 |
+
"/delete_dynamic_endpoint",
|
| 66 |
+
"/checkendpoints",
|
| 67 |
+
"/checkdynamicendpoints",
|
| 68 |
+
"/update_dynamic_endpoint",
|
| 69 |
+
"/update_endpoint_price",
|
| 70 |
+
"/update_dynamic_endpoint_price",
|
| 71 |
+
"/docs",
|
| 72 |
+
"/openapi.json",
|
| 73 |
+
"/invoices"
|
| 74 |
|
| 75 |
]
|
| 76 |
)
|
|
|
|
| 199 |
|
| 200 |
|
| 201 |
|
|
|
|
|
|
|
|
|
|
| 202 |
#POST requests proxy
|
| 203 |
|
| 204 |
|