Files
nat-as-server/api/index.php
tom.hempel 06fc134299
Some checks failed
Tests / test (push) Has been cancelled
just testing the environment
2026-05-20 07:10:08 +02:00

7 lines
146 B
PHP

<?php
/**
* Front-controller: single entry point for all /api/ requests.
*/
require_once __DIR__ . '/dispatch.php';
qdb_dispatch_api_request();