Skip to content
Snippets Groups Projects
Commit f40d5ccf authored by althaafka's avatar althaafka
Browse files

fix(watch prem): fix watch prem routing

parent 7fcca429
1 merge request!1merge develop
......@@ -56,4 +56,5 @@ $route = [
'/premium-film' => ["GET" => "user/PremiumPageController@showPremiumPage"],
'/upgrade-premium' => ["GET" => "user/UserController@requestPremium"],
'/watch-prem/:id' => ["GET" => "film/FilmController@showWatchPremiumPage"]
];
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment