Commit d3495405 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Change API endpoint URI

parent aad2a24a
......@@ -131,7 +131,7 @@ int APIDownstreamConnection::push_request_headers() {
auto &req = downstream_->request();
auto &resp = downstream_->response();
if (req.path != StringRef::from_lit("/api/v1alpha1/backend/replace")) {
if (req.path != StringRef::from_lit("/api/v1beta1/backend/replace")) {
send_reply(404, API_FAILURE);
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment