Improved annimations
This commit is contained in:
@ -26,6 +26,7 @@ func main() {
|
||||
r := mux.NewRouter()
|
||||
r.HandleFunc("/", h.Home).Methods(http.MethodGet)
|
||||
r.HandleFunc("/movies/{search}", h.Search).Methods(http.MethodGet)
|
||||
r.HandleFunc("/movies/category/{category}", h.Category).Methods(http.MethodGet)
|
||||
r.HandleFunc("/movie/{id}", h.Movie).Methods(http.MethodGet)
|
||||
r.HandleFunc("/torrent/{id}", h.Torrents).Methods(http.MethodGet)
|
||||
r.HandleFunc("/watch/{movie}", h.Serve).Methods(http.MethodGet)
|
||||
|
Reference in New Issue
Block a user