pridana implementacia backend s composerom a kniznicami TPsoft/APIlite a TPsoft/DBmodel
This commit is contained in:
4
backend/public/API.php
Normal file
4
backend/public/API.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
require_once __DIR__.'/../src/API.php';
|
||||
use TPsoft\BugreportBackend\API;
|
||||
new API();
|
||||
Reference in New Issue
Block a user