Commit 6604d41d by lanminwu

remove api prefix in controler

parent acb17469
......@@ -14,7 +14,7 @@ import java.util.List;
import java.util.Map;
@RestController
@RequestMapping(value = "/api/auth")
@RequestMapping(value = "/auth")
public class LoginManagement {
@RequestMapping(value = "/sessionInfo", method = RequestMethod.POST)
......
......@@ -10,7 +10,7 @@ import java.net.DatagramSocket;
import java.net.InetAddress;
@RestController
@RequestMapping(value = "/api/info")
@RequestMapping(value = "/info")
public class ServiceInfo {
private Logger logger = LoggerFactory.getLogger(ServiceInfo.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment