blob: 3a4e7e2fcaf7e0bd8daa66933c0df69f3e47c8ce [file] [log] [blame]
#ifndef THIRD_PARTY_MILOTIC_EXTERNAL_CC_TLBMC_REDFISH_ROUTES_CERTIFICATE_SERVICE_H_
#define THIRD_PARTY_MILOTIC_EXTERNAL_CC_TLBMC_REDFISH_ROUTES_CERTIFICATE_SERVICE_H_
#include <string>
#include "tlbmc/redfish/app.h"
namespace milotic_tlbmc::certificate_service {
void RegisterRoutes(RedfishApp& app);
void RegisterRoutesForUnitTest(
RedfishApp& app, const std::string& certificate_install_path_prefix);
} // namespace milotic_tlbmc::certificate_service
#endif // THIRD_PARTY_MILOTIC_EXTERNAL_CC_TLBMC_REDFISH_ROUTES_CERTIFICATE_SERVICE_H_