Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MSFTJim authored Jul 22, 2024
1 parent f805e30 commit 1fa8a5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"AllowedHosts": "*",
"APIProductionUrl":"https://cocktail-api.azurewebsites.net/cocktails",
"FY25-APIProductionUrl": "https://cocktail-api.azurewebsites.net/cocktails",
"Dev-APIUrl": "http://127.0.0.1:5000/cocktails"
"Dev-APIUrl": "http://127.0.0.1:5000/cocktails",
"bobo":"lives here"
}

0 comments on commit 1fa8a5d

Please sign in to comment.