5 lines
90 B
PHP
5 lines
90 B
PHP
<?php
|
|
require_once __DIR__.'/../src/API.php';
|
|
use TPsoft\BugreportBackend\API;
|
|
new API();
|