mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Fix application keys being created as client keys, closes #1016
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user