Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Dec 28, 2024
1 parent 2b0adda commit 356800e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"WebAppUrl": "use-your-web-app-url-here.com",
"WebAppUrl": "https://use-your-web-app-url-here.com",
"WebAppUrl_Comment": "When the maui app sends a request to the API server, and the API server and web app are hosted on different URLs, the origin of the generated links (e.g., email confirmation links) will depend on `WebAppUrl` value.",
"$schema": "https://json.schemastore.org/appsettings.json"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"WebAppUrl": "use-your-web-app-url-here.com",
"WebAppUrl": "https://use-your-web-app-url-here.com",
"WebAppUrl_Comment": "When the Windows app sends a request to the API server, and the API server and web app are hosted on different URLs, the origin of the generated links (e.g., email confirmation links) will depend on `WebAppUrl` value.",
"WindowsUpdate": {
"FilesUrl": null,
Expand Down

0 comments on commit 356800e

Please sign in to comment.