diff --git a/src/facade/dragonfly_listener.cc b/src/facade/dragonfly_listener.cc index f577a59d2..081bdb0e8 100644 --- a/src/facade/dragonfly_listener.cc +++ b/src/facade/dragonfly_listener.cc @@ -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()); }