Skip to content

Commit 2cc605b

Browse files
committed
docs: fix tRPC health check endpoint
1 parent 23d80a9 commit 2cc605b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.opencode/plans/1768363003124-playful-nebula.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ curl -sf -o /dev/null -w "%{http_code}" https://dev.shame.bot/ && echo " OK" ||
5050
curl -sf https://api-dev.shame.bot/ && echo " OK" || echo " FAIL"
5151

5252
# 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"
53+
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"
5454

5555
# 6. Check docs site (if deployed)
5656
curl -sf -o /dev/null -w "%{http_code}" https://docs-dev.shame.bot/ && echo " Docs OK" || echo " Docs FAIL"

0 commit comments

Comments
 (0)