ADD prefix to all API controllers

This commit is contained in:
2025-05-19 14:52:39 +02:00
parent d24a6fccab
commit c0cb38d48e
9 changed files with 15 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
@RestController
@RequestMapping("api/v1/")
public class EditController {
private final EditService editService;