fix api routing and config paths

This commit is contained in:
2026-07-16 12:17:47 +02:00
parent ccd91b4f0f
commit fa663a6a6c
5 changed files with 22 additions and 11 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
namespace Api\Controllers\v1;
namespace Api\Controllers\V1;
use Api\Core\Request;
use Api\Core\Response;