GASでGET Endpoint
code:js
function doGet(e){
return ContentService.createTextOutput("hello world!");
}
https://gyazo.com/c4096e11e30e87152dfeb5842dcd1053
Test web app for your latest code.では期待した出力が出るのにデプロイすると出ないと悩んだ
→Project versionをNewにしていないとキャッシュされる