無法發起請求的幾個部分:
在 grape 裡面可以加上
可以寫在入口點,這樣所有檔案都會吃到一樣的設定
app/api/api_root.rb
before do header "Access-Control-Allow-Origin", "*" end