Implement snip api post

This commit is contained in:
Tim
2025-04-27 23:18:20 +02:00
parent f56c78f626
commit 74154e240f
4 changed files with 78 additions and 5 deletions

View File

@ -3,3 +3,12 @@ controllers:
path: ../src/Controller/
namespace: App\Controller
type: attribute
exclude: ../src/Controller/Api/
rest_controllers:
resource:
path: ../src/Controller/Api/
namespace: App\Controller\Api
type: attribute
prefix: /api
defaults: { _format: "json" }