snipe-it/resources/views/settings/api.blade.php
snipe 19fcda5c25 Basic API management
I’m getting a 500 on personal token creation, but there’s nothing in the logs, so I have no idea what’s wrong
2017-01-11 03:55:47 -08:00

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