私は次のパスを使用してリモートメソッドを定義したい:ループバックリモートメソッドパス定義の問題
http://localhost:3000/api/dataSourceTestings/ {ID}/
In the dataSourceTesting.json file I defined its path as :
"http": [
{
"path": "/{id}/a",
"verb": "put"
},
]
But when I send request on this end point it gives me the error that can't found the method for this endpoint.
私はそれのための関係を定義する必要がありますまたはがありますこのパスのためのリモートメソッドを定義する他の方法?
本当にありがとう :) – irti