change to /v1
This commit is contained in:
@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.*;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/api/v1/qrcodetypes")
|
@RequestMapping("/v1/qrcodetypes")
|
||||||
public class QRCodeTypeController {
|
public class QRCodeTypeController {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|||||||
Reference in New Issue
Block a user