メインコンテンツまでスキップ

Extra Basepath Action

リクエスト

GET /api/basepath

説明

httpのbasepathを取得するために使用されます。

パスパラメータ

なし

クエリパラメータ

なし

リクエストボディ

なし

レスポンス

{
"msg":"success",
"code":0,
"data":{"enable":false,"path":""},
"count":0
}