3272 add a page to create and edit webhook (#3859)

* Reorganize files

* Add new webhook form

* Reorganize files

* Add Webhook update

* Fix paths

* Code review returns
This commit is contained in:
martmull
2024-02-08 13:02:37 +01:00
committed by GitHub
parent ddc5165178
commit 00a46b21dc
21 changed files with 190 additions and 31 deletions

View File

@ -1,4 +1,4 @@
import { ApiKey } from '@/settings/developers/types/ApiKey';
import { ApiKey } from '@/settings/developers/types/api-key/ApiKey';
type MockedApiKey = Pick<
ApiKey,