Commit b19b725c by chamberone

fix: test方法

1 parent fecd0310
......@@ -43,4 +43,9 @@ public class DispatchController {
}
}
@GetMapping("/test")
public Result<?> test() {
return Result.success("ok");
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!