mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-10 18:02:51 +00:00
new post - I release my first app
This commit is contained in:
@@ -12,6 +12,8 @@ import (
|
||||
func NonTLSRoutes() *httprouter.Router {
|
||||
|
||||
r := httprouter.New()
|
||||
|
||||
// need to keep this http end point open for devices
|
||||
r.GET("/api/storedata", api.HandleSensorRequest)
|
||||
|
||||
// redirect to tls on not found
|
||||
|
||||
Reference in New Issue
Block a user