diff --git a/src/dotnet/APIView/apiview.yml b/src/dotnet/APIView/apiview.yml index 0e457e11c7b..fbbbb43a1c6 100644 --- a/src/dotnet/APIView/apiview.yml +++ b/src/dotnet/APIView/apiview.yml @@ -341,6 +341,8 @@ extends: variables: - name: 'apiUrl' value: 'https://apiviewstagingtest.com/api/' + - name: 'hubUrl' + value: 'https://apiviewstagingtest.com/hubs/' - name: 'webAppUrl' value: 'https://apiviewstagingtest.com/' @@ -396,6 +398,8 @@ extends: variables: - name: 'apiUrl' value: 'https://apiviewuxtest.com/api/' + - name: 'hubUrl' + value: 'https://apiviewuxtest.com/hubs/' - name: 'webAppUrl' value: 'https://apiviewuxtest.com/' @@ -452,6 +456,8 @@ extends: variables: - name: 'apiUrl' value: 'https://apiview.dev/api/' + - name: 'hubUrl' + value: 'https://apiview.dev/hubs/' - name: 'webAppUrl' value: 'https://apiview.dev/'