add js and css files
This commit is contained in:
parent
2d6f19580c
commit
51555f4d21
4 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ import (
|
|||
|
||||
func main() {
|
||||
e := echo.New()
|
||||
e.Static("/", "static")
|
||||
e.GET("/", func(c echo.Context) error {
|
||||
return c.String(http.StatusOK, "Hello, World!")
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue