fix
Helius
2022-04-06 18b363581c21fc5a8fba893a30fd652b00433e77
src/main/java/cc/mrbird/febs/dapp/controller/ViewController.java
@@ -11,7 +11,7 @@
import org.springframework.web.bind.annotation.RequestMapping;
/**
 * @author wzy
 * @author
 * @date 2022-03-21
 **/
@Controller("dappView")
@@ -93,4 +93,11 @@
        return FebsUtil.view("dapp/return-ratio");
    }
    @GetMapping(value = "agentReturn")
    @RequiresPermissions("agentReturn:view")
    public String agentReturn() {
        return FebsUtil.view("dapp/agent-return");
    }
}