Fix bug.
This commit is contained in:
parent
62b0c62c8e
commit
35395ea52d
|
@ -18,5 +18,5 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
end
|
||||
get '/xhr/video_pro/show_api/(:title)-(:uid)', to: 'video_pros#show_api'
|
||||
get '/xhr/video_pro/show_api/:title-:uid', to: 'video_pros#show_api'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue