From e4a028c4d4ecd80adf2610db198c1c532f7537c3 Mon Sep 17 00:00:00 2001 From: alesapin Date: Mon, 29 Mar 2021 12:25:40 +0300 Subject: [PATCH] Missed ya.make --- src/Server/ya.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server/ya.make b/src/Server/ya.make index 91a6414fe24..6a6a442fce8 100644 --- a/src/Server/ya.make +++ b/src/Server/ya.make @@ -22,10 +22,10 @@ SRCS( HTTPHandler.cpp HTTPHandlerFactory.cpp InterserverIOHTTPHandler.cpp + KeeperTCPHandler.cpp MySQLHandler.cpp MySQLHandlerFactory.cpp NotFoundHandler.cpp - KeeperTCPHandler.cpp PostgreSQLHandler.cpp PostgreSQLHandlerFactory.cpp PrometheusMetricsWriter.cpp