Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Sails js プロジェクトのコントローラー構成ファイルの値を編集していました。prefix 属性の意味がわからない、または正確に理解していません。この属性はルートにプレフィックスを追加しますか (たとえば、'post /users' は 'post /prefix/users' になります)、またはコントローラーへのファイル パスに追加されますか? (つまり、api/prefix/controllers/ && api/prefix/models/)
ありがとう。