mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Completed webhook management interface
Got webhook CRUD actions in place within the interface. Quick manual test pass done, Needs automated tests.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
@include('settings.parts.navbar', ['selected' => 'webhooks'])
|
||||
</div>
|
||||
|
||||
<form action="{{ url("/settings/webhooks/new") }}" method="POST">
|
||||
<form action="{{ url("/settings/webhooks/create") }}" method="POST">
|
||||
@include('settings.webhooks.parts.form', ['title' => trans('settings.webhooks_create')])
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user