Skip to content

Commit db60f6f

Browse files
committed
small fix
1 parent a7900d6 commit db60f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/armService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class AzureResourceManagementService {
8181
if (subscriptionId && resourceGroupName && serviceName) {
8282
const managementApiUrl = `https://${armEndpoint}/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.ApiManagement/service/${serviceName}`;
8383
await this.settingsProvider.setSetting(SettingNames.managementApiUrl, managementApiUrl);
84-
await this.settingsProvider.setSetting(SettingNames.backendUrl, `https://${serviceName}.developer.azure-api/net`);
84+
await this.settingsProvider.setSetting(SettingNames.backendUrl, `https://${serviceName}.developer.azure-api.net`);
8585
if(!sessionStorage.getItem(sessionLoaded)) {
8686
sessionStorage.setItem(sessionLoaded, "true");
8787
location.href = location.origin + location.pathname;

0 commit comments

Comments
 (0)