From ac9adb172b09882b12659a3e43a94d724eb65378 Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 8 May 2021 14:25:23 +0200 Subject: Revert "make boosts work woo (#12)" (#15) This reverts commit 9616f46424363adbc124da52c6728ca047506403. --- internal/apimodule/auth/auth.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/apimodule/auth/auth.go') diff --git a/internal/apimodule/auth/auth.go b/internal/apimodule/auth/auth.go index 0a6788c37..341805b40 100644 --- a/internal/apimodule/auth/auth.go +++ b/internal/apimodule/auth/auth.go @@ -32,9 +32,9 @@ import ( const ( // AuthSignInPath is the API path for users to sign in through - AuthSignInPath = "/auth/sign_in" + AuthSignInPath = "/auth/sign_in" // OauthTokenPath is the API path to use for granting token requests to users with valid credentials - OauthTokenPath = "/oauth/token" + OauthTokenPath = "/oauth/token" // OauthAuthorizePath is the API path for authorization requests (eg., authorize this app to act on my behalf as a user) OauthAuthorizePath = "/oauth/authorize" ) -- cgit v1.2.3