Added STATIC_DIR

This commit is contained in:
2026-02-20 12:50:36 +08:00
parent f6c9e40540
commit 206448cc41
5 changed files with 17 additions and 14 deletions

View File

@@ -13,7 +13,6 @@ func Query(lang string, message string) query.IQueryResult {
var err error
var searchables *[]query.ISearchable
log.Printf("HNHNHNHNHNHNHNHNHNH")
qr := QueryResult{Lang: lang}
messageU := strings.ToUpper(message)