Skip to content

Commit

Permalink
Fix API url
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Feb 22, 2024
1 parent 0f0dbf7 commit 85b0219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/pages/stats/[id].astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ if (state.dungeon.graph) {
{state.deck.map((card) => <li>{card}</li>)}
</ul>
<p>
Feel free to inspect the data yourself: <a href={'https://api.slaytheweb.cards/runs/' + run.id}
>api.slaytheweb.cards/runs/{run.id}</a
Feel free to inspect the data yourself: <a href={'https://api.slaytheweb.cards/api/runs/' + run.id}
>api.slaytheweb.cards/api/runs/{run.id}</a
>.
</p>
</div>
Expand Down

0 comments on commit 85b0219

Please sign in to comment.