Skip to content

Commit

Permalink
Point Development Blazor Client to the API
Browse files Browse the repository at this point in the history
  • Loading branch information
russdaygh committed Apr 21, 2024
1 parent c6406ff commit 75ed35d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/DeployBlazorClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
deployment_environment: Development
app_location: "/PocketDDD.BlazorClient/PocketDDD.BlazorClient" # App source code path
api_location: "" # Api source code path - optional
output_location: "wwwroot" # Built app content directory - optional
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"apiUrl": "",
"fakeBackend": true
"apiUrl": "pocketddd-dev-api-server.azurewebsites.net",
"fakeBackend": false
}

0 comments on commit 75ed35d

Please sign in to comment.