feature (setup): complete rewrite of the setup wizard adding features such as automatic DNS

This commit is contained in:
Mickael Kerjean
2019-05-16 14:39:14 +10:00
parent c300272133
commit 2da7664014
5 changed files with 437 additions and 100 deletions

View File

@ -37,7 +37,6 @@ func AdminSessionGet(ctx App, res http.ResponseWriter, req *http.Request) {
SendSuccessResult(res, false)
return
}
SendSuccessResult(res, true)
}