Skip to content

Commit

Permalink
Merge pull request #2459 from sbwalker/dev
Browse files Browse the repository at this point in the history
Changed default service url in MAUI so users can immediately run client app
  • Loading branch information
sbwalker committed Oct 17, 2022
2 parents bb65e5c + 0aeb4e9 commit 84ee9de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Oqtane.Maui/MauiProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ namespace Oqtane.Maui;
public static class MauiProgram
{
// the API service url
static string apiurl = "http://localhost:44357";
static string apiurl = "https://www.oqtane.org"; // for testing
//static string apiurl = "http://localhost:44357"; // for local development (Oqtane.Server must be already running for MAUI client to connect)

public static MauiApp CreateMauiApp()
{
Expand Down

0 comments on commit 84ee9de

Please sign in to comment.