Template
1
0
Fork 0

Update main.go

This commit is contained in:
Atridad Lahiji 2024-01-17 13:29:11 -07:00 committed by GitHub
parent 7ab05f0651
commit ab639dec20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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