mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
467f59e193
|
@ -28,13 +28,13 @@
|
|||
</div>
|
||||
|
||||
<p>{{ trans('account/general.api_base_url') }}<br>
|
||||
<code>{{ url('/api/v1') }}{{!! trans('account/general.api_base_url_endpoint') !!}}</code></p>
|
||||
<code>{{ url('/api/v1') }}{!! trans('account/general.api_base_url_endpoint') !!}</code></p>
|
||||
|
||||
<p>{{ trans('account/general.api_token_expiration_time') }}
|
||||
<strong>{{ config('passport.expiration_years') }} {{ trans('general.years') }} </strong>.</p>
|
||||
|
||||
|
||||
<p>{{!! trans('account/general.api_reference') !!}}</p>
|
||||
<p>{!! trans('account/general.api_reference') !!}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue