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