initial, broken
This commit is contained in:
11
hn/handlers.go
Normal file
11
hn/handlers.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package hn
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/labstack/echo"
|
||||
)
|
||||
|
||||
func indexHandler(c echo.Context) error {
|
||||
return c.Render(http.StatusOK, "index", nil)
|
||||
}
|
||||
Reference in New Issue
Block a user