mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
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:
parent
4054297bbd
commit
3d3d395e25
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ Listener::Listener(Protocol protocol, ServiceInterface* si) : service_(si), prot
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
http_base_.reset(new HttpListener<>);
|
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());
|
si->ConfigureHttpHandlers(http_base_.get());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue