update urls for new backends
This commit is contained in:
Родитель
6c4bc55b57
Коммит
32f3d37d71
|
@ -6,7 +6,7 @@ Open up ` src/Web/Server/appsettings.Development.json` and `src/Web/Client/wwwro
|
|||
|
||||
```json
|
||||
"PodcastApi": {
|
||||
"BaseAddress": "https://podcastapica.delightfulocean-02c18c32.canadacentral.azurecontainerapps.io"
|
||||
"BaseAddress": "https://podcastapica.ashyhill-df3dfdf5.eastus.azurecontainerapps.io"
|
||||
},
|
||||
"ListenTogetherHub": "https://dotnetpodcasts-listentogether-hub.azurewebsites.net/listentogether"
|
||||
```
|
||||
|
|
|
@ -6,7 +6,7 @@ Open `src/MobileBlazor/mauiapp/MauiProgram.cs` and enter
|
|||
|
||||
```csharp
|
||||
public static string BaseWeb = $"https://dotnetpodcasts.azurewebsites.net/";
|
||||
public static string APIUrl = $"https://podcastapica.delightfulocean-02c18c32.canadacentral.azurecontainerapps.io";
|
||||
public static string APIUrl = $"https://podcastapica.ashyhill-df3dfdf5.eastus.azurecontainerapps.io";
|
||||
public static string ListenTogetherUrl = $"https://dotnetpodcasts-listentogether-hub.azurewebsites.net/listentogether";
|
||||
```
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Open `src/Mobile/Config.cs` and enter
|
|||
|
||||
```csharp
|
||||
public static string BaseWeb = $"https://dotnetpodcasts.azurewebsites.net/";
|
||||
public static string APIUrl = $"https://podcastapica.delightfulocean-02c18c32.canadacentral.azurecontainerapps.io/v1/";
|
||||
public static string APIUrl = $"https://podcastapica.ashyhill-df3dfdf5.eastus.azurecontainerapps.io/v1/";
|
||||
public static string ListenTogetherUrl = $"https://dotnetpodcasts-listentogether-hub.azurewebsites.net/listentogether";
|
||||
```
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче