chore: remember to fix api methods
This commit is contained in:
parent
13341f2291
commit
9765b77e32
|
|
@ -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: restructure http api calls for mqtt, to use golang generics and avoid code repetition
|
||||||
//TODO: standardize timeouts through code
|
//TODO: standardize timeouts through code
|
||||||
|
//TODO: fix api methods
|
||||||
|
|
||||||
func StartApi(a Api) {
|
func StartApi(a Api) {
|
||||||
r := mux.NewRouter()
|
r := mux.NewRouter()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user