Skip to content

Commit 8b5921a

Browse files
Fix base url.
1 parent c58a839 commit 8b5921a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/Notifo.SDK/Helpers/NotifoOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public bool IsConfigured
3030

3131
public string? ApiUrl
3232
{
33-
get => store.ApiUrl ?? "https://cloud.squidex.io";
33+
get => store.ApiUrl ?? "https://app.notifo.io";
3434
set => store.ApiUrl = value;
3535
}
3636

0 commit comments

Comments
 (0)