Skip to content

Commit

Permalink
docs: use healthz endpoint to check status
Browse files Browse the repository at this point in the history
TonyRL authored Aug 15, 2024
1 parent 71cbf63 commit 2bdd4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/theme/components/InstanceList.vue
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<span v-if="!instance.maintainer">Anonymous</span>
</td>
<td>
<img loading="lazy" :src="`https://img.shields.io/website.svg?label=&url=${encodeURIComponent(`${instance.url}/test/cache`)}`" />
<img loading="lazy" :src="`https://img.shields.io/website.svg?label=&url=${encodeURIComponent(`${instance.url}/healthz`)}`" />
</td>
</tr>
</tbody>

0 comments on commit 2bdd4e0

Please sign in to comment.