42
0

simplify code, check env vars on start #6

已合併
m0veax 將 3 次提交從 simplify-check-env-vars 合併至 main 2025-01-20 21:16:03 +00:00
共有 2 個檔案被更改,包括 23 行新增21 行删除
僅顯示提交 2b03c60ef2 的變更 - 顯示所有提交

查看文件

@ -9,7 +9,7 @@ curl -XPOST \
--data '{"consumer_key": "test123","consumer_secret":"123test","aerie":true }' \
http://localhost:3000/api/update -vvv
#should return 500
#should return 403
curl -XPOST \
-H "Content-Type: application/json" \
--data '{"consumer_key": "foo","consumer_secret":"bar","aerie":true }' \