style: run prettier
This commit is contained in:
parent
95c9916e22
commit
0b223cd498
|
@ -47,7 +47,9 @@
|
|||
</div>
|
||||
<div class="flex-initial pr-3">
|
||||
<p class="text-sm opacity-50 hover:opacity-90 transition duration-300 ease-in-out inline-block">
|
||||
<a href="https://jokesbapak2-analytics.herokuapp.com/share/1xYuVSyl/Jokes%20Bapak2" class="hover:underline">Analytics</a>.
|
||||
<a href="https://jokesbapak2-analytics.herokuapp.com/share/1xYuVSyl/Jokes%20Bapak2" class="hover:underline"
|
||||
>Analytics</a
|
||||
>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<script lang="ts">
|
||||
// This page is meant to explain available API endpoints.
|
||||
import {onMount} from 'svelte';
|
||||
import { onMount } from 'svelte';
|
||||
import { _ } from 'svelte-i18n';
|
||||
import env from '$lib/env';
|
||||
import {$fetch as omf} from 'ohmyfetch';
|
||||
import { $fetch as omf } from 'ohmyfetch';
|
||||
import Codeblock from '../components/codeblock.svelte';
|
||||
import Notice from '../components/notice.svelte';
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
|||
GET {env.API_ENDPOINT}/today
|
||||
</Codeblock>
|
||||
<h2>{$_('api.get.id.title')}</h2>
|
||||
<p>{$_('api.get.id.body', { values: { total }})}</p>
|
||||
<p>{$_('api.get.id.body', { values: { total } })}</p>
|
||||
<Codeblock>
|
||||
GET {env.API_ENDPOINT}/id/{id}
|
||||
</Codeblock>
|
||||
|
|
Loading…
Reference in New Issue