chore: remember to fix api methods

This commit is contained in:
Leandro Antônio Farias Machado 2023-06-24 10:02:43 -03:00
parent 13341f2291
commit 9765b77e32

View File

@ -43,6 +43,7 @@ func NewApi(port string, db db.Database, b mtp.Broker, msgQueue map[string](chan
//TODO: restructure http api calls for mqtt, to use golang generics and avoid code repetition
//TODO: standardize timeouts through code
//TODO: fix api methods
func StartApi(a Api) {
r := mux.NewRouter()