Second commit.

This commit is contained in:
lukibeg 2025-10-15 23:59:04 -03:00
parent 260fd7d654
commit 72b4550184
3 changed files with 13 additions and 0 deletions

1
app/api/v1/reports.php Normal file
View File

@ -0,0 +1 @@
<?php

0
public/index.php Normal file
View File

12
routes/Router.php Normal file
View File

@ -0,0 +1,12 @@
<?php
class Router
{
public function __construct() {}
public function setRoute() {}
public function getRoute() {}
}