Spaces:
Building
Building
Update service_config.jsonc
Browse files- service_config.jsonc +6 -6
service_config.jsonc
CHANGED
@@ -463,7 +463,7 @@
|
|
463 |
"apis": [
|
464 |
{
|
465 |
"name": "get_destination_recommendations",
|
466 |
-
"url": "https://
|
467 |
"method": "POST",
|
468 |
"headers": {
|
469 |
"Content-Type": "application/json"
|
@@ -498,7 +498,7 @@
|
|
498 |
},
|
499 |
{
|
500 |
"name": "search_flights",
|
501 |
-
"url": "https://
|
502 |
"method": "POST",
|
503 |
"headers": {
|
504 |
"Content-Type": "application/json"
|
@@ -581,7 +581,7 @@
|
|
581 |
},
|
582 |
{
|
583 |
"name": "create_booking",
|
584 |
-
"url": "https://
|
585 |
"method": "POST",
|
586 |
"headers": {
|
587 |
"Content-Type": "application/json"
|
@@ -621,7 +621,7 @@
|
|
621 |
},
|
622 |
{
|
623 |
"name": "search_faq",
|
624 |
-
"url": "https://
|
625 |
"method": "POST",
|
626 |
"headers": {
|
627 |
"Content-Type": "application/json"
|
@@ -656,7 +656,7 @@
|
|
656 |
},
|
657 |
{
|
658 |
"name": "authenticate_user",
|
659 |
-
"url": "https://
|
660 |
"method": "POST",
|
661 |
"headers": {
|
662 |
"Content-Type": "application/json"
|
@@ -712,7 +712,7 @@
|
|
712 |
},
|
713 |
{
|
714 |
"name": "send_sms_confirmation",
|
715 |
-
"url": "https://
|
716 |
"method": "POST",
|
717 |
"headers": {
|
718 |
"Content-Type": "application/json"
|
|
|
463 |
"apis": [
|
464 |
{
|
465 |
"name": "get_destination_recommendations",
|
466 |
+
"url": "https://c0b4-176-88-34-21.ngrok-free.app/api/destinations/recommendations",
|
467 |
"method": "POST",
|
468 |
"headers": {
|
469 |
"Content-Type": "application/json"
|
|
|
498 |
},
|
499 |
{
|
500 |
"name": "search_flights",
|
501 |
+
"url": "https://c0b4-176-88-34-21.ngrok-free.app/api/flights/search",
|
502 |
"method": "POST",
|
503 |
"headers": {
|
504 |
"Content-Type": "application/json"
|
|
|
581 |
},
|
582 |
{
|
583 |
"name": "create_booking",
|
584 |
+
"url": "https://c0b4-176-88-34-21.ngrok-free.app/api/bookings/create",
|
585 |
"method": "POST",
|
586 |
"headers": {
|
587 |
"Content-Type": "application/json"
|
|
|
621 |
},
|
622 |
{
|
623 |
"name": "search_faq",
|
624 |
+
"url": "https://c0b4-176-88-34-21.ngrok-free.app/api/faq/search",
|
625 |
"method": "POST",
|
626 |
"headers": {
|
627 |
"Content-Type": "application/json"
|
|
|
656 |
},
|
657 |
{
|
658 |
"name": "authenticate_user",
|
659 |
+
"url": "https://c0b4-176-88-34-21.ngrok-free.app/api/auth/verify",
|
660 |
"method": "POST",
|
661 |
"headers": {
|
662 |
"Content-Type": "application/json"
|
|
|
712 |
},
|
713 |
{
|
714 |
"name": "send_sms_confirmation",
|
715 |
+
"url": "https://c0b4-176-88-34-21.ngrok-free.app/api/notifications/sms",
|
716 |
"method": "POST",
|
717 |
"headers": {
|
718 |
"Content-Type": "application/json"
|