pridana implementacia backend s composerom a kniznicami TPsoft/APIlite a TPsoft/DBmodel

This commit is contained in:
2025-10-01 00:57:41 +02:00
parent 8184ffb46d
commit 1cf79a20b3
45 changed files with 907 additions and 58 deletions

4
backend/public/API.php Normal file
View File

@ -0,0 +1,4 @@
<?php
require_once __DIR__.'/../src/API.php';
use TPsoft\BugreportBackend\API;
new API();