From 701d5f160856c475d321389801b4662599a836bd Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Tue, 23 Jan 2024 14:39:52 +0100 Subject: [PATCH] The main application moves to app.happydomain.org --- api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.go b/api.go index 03cbe84..a1e8f8f 100644 --- a/api.go +++ b/api.go @@ -16,7 +16,7 @@ import ( var DefaultAPI = HappyDomainAPI{ API: url.URL{ Scheme: "https", - Host: "www.happydomain.org", + Host: "app.happydomain.org", Path: "/api", }, }