Commit 670ee4f6 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

remove location header NFUpdate

parent 298e0709
......@@ -110,10 +110,6 @@ void NFInstanceIDDocumentApiImpl::update_nf_instance(
//content type
response.headers().add < Pistache::Http::Header::ContentType
> (Pistache::Http::Mime::MediaType(content_type));
//Location header
response.headers().add < Pistache::Http::Header::Location
> (m_address + base + nrf_cfg.sbi_api_version + "/nf-instances/"
+ nfInstanceID);
response.send(Pistache::Http::Code(http_code), json_data.dump().c_str());
}
......
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