From 1564af04dacafcc08a9682a4ef1e651120c8cc46 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期三, 12 一月 2022 15:24:06 +0800 Subject: [PATCH] 新增搜索用户接口 --- src/main/kotlin/cn/flightfeather/supervision/SupervisionApplication.kt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/kotlin/cn/flightfeather/supervision/SupervisionApplication.kt b/src/main/kotlin/cn/flightfeather/supervision/SupervisionApplication.kt index c339a5a..c77e4fc 100644 --- a/src/main/kotlin/cn/flightfeather/supervision/SupervisionApplication.kt +++ b/src/main/kotlin/cn/flightfeather/supervision/SupervisionApplication.kt @@ -21,7 +21,7 @@ @Bean fun runner() = ApplicationRunner { webSocketServer.start() -// taskController.run() + taskController.run() } } -- Gitblit v1.9.3