fix:change statis assets url for http monitoring page (#243)

* fix:change statis assets url for http monitoring page

Signed-off-by: Oded Poncz <oded@poncz.com>

* fix:change statis assets url for http monitoring page

Signed-off-by: Oded Poncz <oded@poncz.com>

* fix:change statis assets url for http monitoring page

Signed-off-by: Oded Poncz <oded@poncz.com>

Signed-off-by: Oded Poncz <oded@poncz.com>
This commit is contained in:
odedponcz 2022-08-17 15:06:22 +03:00 committed by GitHub
parent 4054297bbd
commit 3d3d395e25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,7 @@ Listener::Listener(Protocol protocol, ServiceInterface* si) : service_(si), prot
#endif
http_base_.reset(new HttpListener<>);
http_base_->set_resource_prefix("https://romange.s3.eu-west-1.amazonaws.com/static");
http_base_->set_resource_prefix("http://static.dragonflydb.io/data-plane");
si->ConfigureHttpHandlers(http_base_.get());
}