fix controller location and namespace

This commit is contained in:
2026-07-16 12:50:25 +02:00
parent 090532750b
commit 62036b3f0e
@@ -1,5 +1,5 @@
<?php
namespace Api\Controllers;
namespace Api\Controllers\V1;
use Api\Core\Request;
use Api\Core\Response;