Update main.go
This commit is contained in:
parent
7ab05f0651
commit
ab639dec20
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -52,7 +52,7 @@ func main() {
|
|||
e.GET("/", pages.Home)
|
||||
e.GET("/blog", pages.Blog)
|
||||
e.GET("/post/:post", pages.Post)
|
||||
e.GET("/sse", pages.SSEDemo)
|
||||
e.GET("/ssedemo", pages.SSEDemo)
|
||||
|
||||
// API Routes:
|
||||
e.GET("/api/ping", api.Ping)
|
||||
|
|
Loading…
Add table
Reference in a new issue