add search without auth

This commit is contained in:
YouROK
2023-03-09 22:43:32 +03:00
parent 97ba2e573f
commit 78de9c543b
4 changed files with 9 additions and 5 deletions

View File

@@ -11,8 +11,8 @@ import (
"server/web"
)
func Start(port string, roSets bool) {
settings.InitSets(roSets)
func Start(port string, roSets, searchWA bool) {
settings.InitSets(roSets, searchWA)
if port == "" {
port = "8090"
}