ADD prefix to all API controllers
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user