mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 09:01:14 +00:00
Produce a schema-valid OpenAPI specification (closes #1457)
This commit is contained in:
@@ -652,7 +652,7 @@
|
||||
@endif
|
||||
<a class="dropdown-item discrete-link"
|
||||
target="_blank"
|
||||
href="{{ $U('/api') }}"><i class="fas fa-book"></i> {{ $__t('REST API & data model documentation') }}</a>
|
||||
href="{{ $U('/api') }}"><i class="fas fa-book"></i> {{ $__t('REST API browser') }}</a>
|
||||
<a class="dropdown-item discrete-link"
|
||||
href="{{ $U('/barcodescannertesting') }}"><i class="fas fa-barcode"></i> {{ $__t('Barcode scanner testing') }}</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
|
@@ -18,7 +18,7 @@
|
||||
<link rel="icon"
|
||||
href="{{ $U('/img/grocy_icon.svg?v=', true) }}{{ $version }}">
|
||||
|
||||
<title>{{ $__t('REST API & data model documentation') }} | grocy</title>
|
||||
<title>{{ $__t('REST API browser') }} | grocy</title>
|
||||
|
||||
<link href="{{ $U('/node_modules/swagger-ui-dist/swagger-ui.css?v=', true) }}{{ $version }}"
|
||||
rel="stylesheet">
|
||||
|
Reference in New Issue
Block a user