Files
BugReport/backend/public/API.php

5 lines
90 B
PHP

<?php
require_once __DIR__.'/../src/API.php';
use TPsoft\BugreportBackend\API;
new API();