The main application moves to app.happydomain.org

This commit is contained in:
nemunaire 2024-01-23 14:39:52 +01:00
parent 7625bd63fa
commit 701d5f1608
1 changed files with 1 additions and 1 deletions

2
api.go
View File

@ -16,7 +16,7 @@ import (
var DefaultAPI = HappyDomainAPI{
API: url.URL{
Scheme: "https",
Host: "www.happydomain.org",
Host: "app.happydomain.org",
Path: "/api",
},
}