We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d80a9 commit 2cc605bCopy full SHA for 2cc605b
.opencode/plans/1768363003124-playful-nebula.md
@@ -50,7 +50,7 @@ curl -sf -o /dev/null -w "%{http_code}" https://dev.shame.bot/ && echo " OK" ||
50
curl -sf https://api-dev.shame.bot/ && echo " OK" || echo " FAIL"
51
52
# 5. Verify tRPC endpoint works
53
-curl -sf "https://api-dev.shame.bot/trpc/wall.list" | jq -e '.result.data' > /dev/null && echo "tRPC OK" || echo "tRPC FAIL"
+curl -sf "https://api-dev.shame.bot/trpc/shame.wall.list?input=%7B%7D" | jq -e '.result.data' > /dev/null && echo "tRPC OK" || echo "tRPC FAIL"
54
55
# 6. Check docs site (if deployed)
56
curl -sf -o /dev/null -w "%{http_code}" https://docs-dev.shame.bot/ && echo " Docs OK" || echo " Docs FAIL"
0 commit comments