Spaces:
Running
Running
Update service_config.jsonc
Browse files- service_config.jsonc +3 -3
service_config.jsonc
CHANGED
@@ -188,7 +188,7 @@
|
|
188 |
"apis": [
|
189 |
{
|
190 |
"name": "book_flight_api",
|
191 |
-
"url": "
|
192 |
"method": "POST",
|
193 |
"headers": { "Authorization": "Bearer {{token}}" },
|
194 |
"body_template": {
|
@@ -209,7 +209,7 @@
|
|
209 |
},
|
210 |
{
|
211 |
"name": "flight_info_api",
|
212 |
-
"url": "
|
213 |
"method": "POST",
|
214 |
"headers": { "Authorization": "Bearer {{token}}" },
|
215 |
"body_template": {
|
@@ -239,7 +239,7 @@
|
|
239 |
"retry": { "retry_count": 2, "backoff_seconds": 2, "strategy": "static" },
|
240 |
"auth": {
|
241 |
"enabled": true,
|
242 |
-
"token_endpoint": "
|
243 |
"response_token_path": "token",
|
244 |
"token_request_body": {}
|
245 |
},
|
|
|
188 |
"apis": [
|
189 |
{
|
190 |
"name": "book_flight_api",
|
191 |
+
"url": "https://529b-176-88-34-20.ngrok-free.app/book_flight",
|
192 |
"method": "POST",
|
193 |
"headers": { "Authorization": "Bearer {{token}}" },
|
194 |
"body_template": {
|
|
|
209 |
},
|
210 |
{
|
211 |
"name": "flight_info_api",
|
212 |
+
"url": "https://529b-176-88-34-20.ngrok-free.app/flight_info",
|
213 |
"method": "POST",
|
214 |
"headers": { "Authorization": "Bearer {{token}}" },
|
215 |
"body_template": {
|
|
|
239 |
"retry": { "retry_count": 2, "backoff_seconds": 2, "strategy": "static" },
|
240 |
"auth": {
|
241 |
"enabled": true,
|
242 |
+
"token_endpoint": "https://529b-176-88-34-20.ngrok-free.app/auth",
|
243 |
"response_token_path": "token",
|
244 |
"token_request_body": {}
|
245 |
},
|