0
我知道這是一個愚蠢的問題,但我需要幫助鐵路葡萄路線
我有葡萄API的項目。
在我的routes.rb我安裝API
在 API/api.rbmount API::Root => '/'
module API
class Root < Grape::API
prefix 'api'
default_format :json
add_swagger_documentation(
hide_documentation_path: true,
markdown: GrapeSwagger::Markdown::KramdownAdapter
)
mount Home::Users
end
end
末我有狂勝這樣
POST/API /用戶/:id
我需要什麼,以使該航線是沒有前綴「API」
POST /用戶/:ID