DEV Community

Discussion on: Tracking Service with Go and Redis

Collapse
 
schadokar profile image
Shubham Chadokar

The handler endpoints are not working, throwing an error as 404.

The endpoints should be /tracking instead of tracking

mux.HandleFunc("/tracking", tracking)
mux.HandleFunc("/search", search)
Enter fullscreen mode Exit fullscreen mode

Thanks for the great tutorial.