forked from tildetown/town
fix SignupURL in stats
parent
852a104300
commit
ccc357591e
|
@ -318,7 +318,7 @@ func Stats() (TildeData, error) {
|
||||||
return TildeData{
|
return TildeData{
|
||||||
Name: "tilde.town",
|
Name: "tilde.town",
|
||||||
URL: "https://tilde.town",
|
URL: "https://tilde.town",
|
||||||
SignupURL: "https://cgi.tilde.town/users/signup",
|
SignupURL: "https://tilde.town/signup",
|
||||||
WantUsers: true,
|
WantUsers: true,
|
||||||
AdminEmail: "root@tilde.town",
|
AdminEmail: "root@tilde.town",
|
||||||
Description: description,
|
Description: description,
|
||||||
|
|
Loading…
Reference in New Issue