summaryrefslogtreecommitdiffstats
path: root/src/api.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/api.cpp')
-rw-r--r--src/api.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api.cpp b/src/api.cpp
index d0ffefa..cb60a8b 100644
--- a/src/api.cpp
+++ b/src/api.cpp
@@ -23,6 +23,8 @@ API::API(const endpoint_type &endpoint)
: _endpoint{endpoint}
{}
+// TODO: look for a better way.
+// NOLINTNEXTLINE(cert-err58-cpp)
const map<API::endpoint_type,string_view> API::_endpoint_map
{
{v1::apps, "/api/v1/apps"},