mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
19fcda5c25
I’m getting a 500 on personal token creation, but there’s nothing in the logs, so I have no idea what’s wrong
20 lines
354 B
PHP
20 lines
354 B
PHP
@extends('layouts/default')
|
|
|
|
{{-- Page title --}}
|
|
@section('title')
|
|
API Settings (test)
|
|
@parent
|
|
@stop
|
|
|
|
{{-- Page content --}}
|
|
@section('content')
|
|
|
|
|
|
<passport-clients></passport-clients>
|
|
<passport-authorized-clients></passport-authorized-clients>
|
|
<passport-personal-access-tokens></passport-personal-access-tokens>
|
|
|
|
|
|
|
|
@stop
|