Commit 81b180e2 by guojx

路由修复

parent fe945f4c
......@@ -34,7 +34,8 @@ import java.util.stream.Collectors;
* @Author guojx
* @Date 2023/6/12 9:09
*/
@Controller("/store-target-config")
@Controller
@RequestMapping("/store-target-config")
public class StoreTargetConfigController {
@Autowired
private StoreAuthUtils storeAuthUtils;
......
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