| 25 | using namespace icinga; |
| 26 | |
| 27 | String ApiSetupUtility::GetConfdPath() |
| 28 | { |
| 29 | return Configuration::ConfigDir + "/conf.d"; |
| 30 | } |
| 31 | |
| 32 | String ApiSetupUtility::GetApiUsersConfPath() |
| 33 | { |
nothing calls this directly
no outgoing calls
no test coverage detected