Fix application keys being created as client keys, closes #1016
This commit is contained in:
parent
7d29986e9d
commit
b53df2b271
2 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<form method="POST" action="{{ route('account.api.new') }}">
|
||||
<form method="POST" action="{{ route('admin.api.new') }}">
|
||||
<div class="col-sm-8 col-xs-12">
|
||||
<div class="box box-primary">
|
||||
<div class="box-header with-border">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue