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.
"*ok*"
これは無効な JSON です。プレーンテキストで応答する必要がある場合は、JSON 応答を送信しないでください。
format.text { render text: “*ok*” }
または、サーバーがリクエストを行っていない場合は、ブロックtext/plaintext GETせずに応答します。respond_to
text/plaintext
GET
respond_to
render text: "*ok*" and return