1
0
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:
2017-11-18 11:55:15 -06:00
parent f8edadb91d
commit e1323de008
6 changed files with 5037 additions and 2 deletions

View File

@@ -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