Move all the APIs under the same router
This commit is contained in:
parent
3d46cb5ec9
commit
c54ceeb7a8
27 changed files with 1289 additions and 351 deletions
|
|
@ -203,6 +203,7 @@
|
|||
<a href="{% url 'core:dataset_backups' %}">Dataset</a> |
|
||||
<a href="https://github.com/sponsors/TheLovinator1">Donate</a> |
|
||||
<a href="https://github.com/TheLovinator1/ttvdrops">GitHub</a> |
|
||||
<a href="{% url 'api-v1:openapi-view' %}">API Docs</a> |
|
||||
<form action="{% url 'core:search' %}" method="get" style="display: inline">
|
||||
<input type="search"
|
||||
name="q"
|
||||
|
|
@ -220,7 +221,6 @@
|
|||
<a href="{% url 'twitch:channel_list' %}">Channels</a> |
|
||||
<a href="{% url 'twitch:badge_list' %}">Badges</a> |
|
||||
<a href="{% url 'twitch:emote_gallery' %}">Emotes</a> |
|
||||
<a href="{% url 'twitch:twitch-api-v1:openapi-view' %}">API Docs</a> |
|
||||
<a href="https://www.twitch.tv/drops/inventory">Inventory</a>
|
||||
<br />
|
||||
<strong>Kick</strong>
|
||||
|
|
@ -234,10 +234,7 @@
|
|||
<a href="{% url 'chzzk:campaign_list' %}">Campaigns</a>
|
||||
<br />
|
||||
<strong>Other sites</strong>
|
||||
<a href="#">Steam</a> |
|
||||
<a href="{% url 'youtube:index' %}">YouTube</a> |
|
||||
<a href="#">TikTok</a> |
|
||||
<a href="#">Discord</a>
|
||||
</nav>
|
||||
<hr />
|
||||
{% if messages %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue