change to /v1

This commit is contained in:
heyethereum
2024-07-13 23:14:30 +08:00
parent 8f570a8605
commit 8dad16f45a

View File

@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
@RequestMapping("/api/v1/qrcodetypes")
@RequestMapping("/v1/qrcodetypes")
public class QRCodeTypeController {
@Autowired