17 lines
439 B
PHP
17 lines
439 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
// SPDX-License-Identifier: EUPL-1.2
|
||
|
|
|
||
|
|
declare(strict_types=1);
|
||
|
|
|
||
|
|
/*
|
||
|
|
|--------------------------------------------------------------------------
|
||
|
|
| API Module Foundation Routes
|
||
|
|
|--------------------------------------------------------------------------
|
||
|
|
|
|
||
|
|
| Ticket #844 stops after the shared gateway foundation. Route expansion for
|
||
|
|
| webhook administration, delivery inspection, and documentation UIs follows
|
||
|
|
| in the next slice.
|
||
|
|
|
|
||
|
|
*/
|