From 3a5f7277bf96dbe2e28a3a332a78875d00ab5236 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Tue, 8 Nov 2022 20:04:18 -0600 Subject: [PATCH] documentation --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 738bba4..f788fca 100644 --- a/README.rst +++ b/README.rst @@ -72,7 +72,7 @@ Subclass oauth2_wordpress.wp_oauth.WPOpenEdxOAuth2, and configure for your Wordp # # the following will create an authorization url of https://stepwisemath.ai/wp-json/moserver/authorize BASE_URL = "https://stepwisemath.ai" - PATH = "wp-json/moserver" + PATH = "wp-json/moserver/" AUTHORIZATION_ENDPOINT = "authorize" TOKEN_ENDPOINT = "token" USERINFO_ENDPOINT = "resource"