Browse Source

fix bug

release_toaliyun_real
lin 2 years ago
parent
commit
58b68f7370
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkAdmin/src/main/java/com/iformall/controller/sys/SysGaodeController.java

+ 1
- 1
mallinkAdmin/src/main/java/com/iformall/controller/sys/SysGaodeController.java View File

@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.*;
* @author gongbiao
*/
@RestController
@RequestMapping("/api/sysGaode")
@RequestMapping("/sysGaode")
public class SysGaodeController extends BaseController {

private final Logger logger = LoggerFactory.getLogger(this.getClass());


Loading…
Cancel
Save