changes to schema updater

This commit is contained in:
noam 2023-11-16 17:59:33 +02:00
parent 331c24acb0
commit 7f712b21e4

View File

@ -255,12 +255,6 @@ void WaapConfigBase::loadOpenRedirectPolicy(cereal::JSONInputArchive& ar)
}
const list<shared_ptr<OpenApiParser>> WaapConfigBase::get_OpenAPIParsers() const
{
return m_openApiParsers;
}
const std::vector<std::string> &
WaapConfigBase::get_applicationUrls() const
{