Fix Service stats address

This commit is contained in:
Bogdan-Ștefan Neacșu
2023-03-06 14:00:14 +02:00
parent 04e652441e
commit d4f0b4772b
+1 -1
View File
@@ -5,7 +5,7 @@ use crate::error::StatsError;
use crate::StatsMessage;
pub const DEFAULT_STATISTICS_SERVICE_ADDRESS: &str = "127.0.0.1";
pub const DEFAULT_STATISTICS_SERVICE_PORT: u16 = 8090;
pub const DEFAULT_STATISTICS_SERVICE_PORT: u16 = 8091;
pub const STATISTICS_SERVICE_VERSION: &str = "/v1";
pub const STATISTICS_SERVICE_API_STATISTICS: &str = "statistic";