Skip to content

Commit

Permalink
change back backendurl
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Feb 12, 2025
1 parent 04f4742 commit 5686460
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ func main() {
}

// Send the token to the backend
// backendURL := "https://delta-share.prod-sci-general.prod.czi.team/verify-token"
backendURL := "https://comic-gnu.dev-sci-general.dev.czi.team/verify-token"
backendURL := "https://delta-share.prod-sci-general.prod.czi.team/verify-token"
reqBody := map[string]string{"token": token.IDToken}
reqBodyJSON, _ := json.Marshal(reqBody)

Expand Down

0 comments on commit 5686460

Please sign in to comment.