This commit is contained in:
boufni95 2024-10-17 16:13:29 +00:00
parent 41de0864d5
commit 3bc6add51a
4 changed files with 4 additions and 4 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