change to api/v1

This commit is contained in:
heyethereum
2024-07-13 23:05:03 +08:00
parent 41b02824cd
commit 8f570a8605

View File

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