Merge pull request #771 from shocknet/fix-url

fix url
This commit is contained in:
Justin (shocknet) 2024-10-17 12:21:54 -04:00 committed by GitHub
commit 987970ab95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -840,7 +840,7 @@ func NewClient(params ClientParams) *Client {
if err != nil {
return nil, err
}
finalRoute := "/api/app/user/npub/token"
finalRoute := "/api/app/user/npub/state"
body, err := json.Marshal(req)
if err != nil {
return nil, err