mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-17 13:07:28 +02:00
.
This commit is contained in:
parent
648f0aad4c
commit
cdc23acb6a
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ urlpatterns = format_suffix_patterns(urlpatterns)
|
|||
urlpatterns = [
|
||||
|
||||
path('api/v1/labelbase/<int:labelbase_id>/label/<int:id>/', api.label),
|
||||
path('docs/', include_docs_urls(title='Labelbase Docs')),
|
||||
path('docs/', include_docs_urls(title='Labelbase API')),
|
||||
|
||||
path(
|
||||
'',
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ body {
|
|||
<a class="nav-link" href="{% url 'two_factor:profile' %}">{% trans "Account Security" %}</a></li>
|
||||
|
||||
<li class="nav-item ">
|
||||
<a class="nav-link" href="">API
|
||||
<a class="nav-link" href="/docs/">API Docs
|
||||
</a><li>
|
||||
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue