docs: add a comment
This commit is contained in:
parent
50727b2923
commit
2bed20e04f
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -94,7 +94,7 @@ func (h *stopInfoHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||||
// load all generated queries
|
// load all generated queries
|
||||||
queries := bahndb_rest.New(conn)
|
queries := bahndb_rest.New(conn)
|
||||||
|
|
||||||
// get all results
|
// Parse query text
|
||||||
var searchQuery = r.FormValue("query")
|
var searchQuery = r.FormValue("query")
|
||||||
|
|
||||||
if searchQuery == "" {
|
if searchQuery == "" {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue