This commit is contained in:
BoHung Chiu 2023-03-27 10:19:11 +08:00
parent 62b0c62c8e
commit 35395ea52d
1 changed files with 1 additions and 1 deletions

View File

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