Skip to content

Commit

Permalink
fix(auth): AUTH_API_ROOT path (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
viv-4 authored Nov 19, 2024
1 parent 801ffc7 commit 4f90202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/placeos/client.cr
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module PlaceOS
class Client
VERSION = {{ `shards version "#{__DIR__}"`.chomp.stringify.downcase }}
API_ROOT = "/api/engine/v2"
AUTH_API_ROOT = "/api/auth"
AUTH_API_ROOT = "/auth"

private AUTHORIZE_ENDPOINT = "/auth/oauth/authorize"
private TOKEN_ENDPOINT = "/auth/oauth/token"
Expand Down

0 comments on commit 4f90202

Please sign in to comment.