From deeffc5adfbc48177bb983de701f598bef0cdae8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 12 Jan 2020 16:06:44 +0100 Subject: Bugfix in endpoint translation. --- src/api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.cpp b/src/api.cpp index f395ef3..9a0dae6 100644 --- a/src/api.cpp +++ b/src/api.cpp @@ -28,7 +28,7 @@ API::API(const endpoint_type &endpoint) const map API::_endpoint_map { {v1::apps, "/api/v1/apps"}, - {v1::apps_verify_credentials, "/api/v1/apps/verify/credentials"}, + {v1::apps_verify_credentials, "/api/v1/apps/verify_credentials"}, {v1::accounts, "/api/v1/accounts"}, {v1::accounts_verify_credentials, "/api/v1/accounts/verify_credentials"}, -- cgit v1.2.3-54-g00ecf