Changed endpoints and db queries, chart now shows suggested mins and maxes

This commit is contained in:
Daniel Ledda
2020-11-07 16:22:13 +01:00
parent 6b16a0188b
commit 6ea7733718
2 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ package main
import (
"errors"
"fmt"
_ "github.com/go-sql-driver/mysql"
"github.com/gorilla/mux"
"log"
"net/http"
@@ -18,6 +17,8 @@ func main() {
defer teardown()
if err == nil {
startServer()
} else {
fmt.Println(err)
}
}