Skip to content

Commit

Permalink
Update licensing service domain to licensing.quesma.com (#484)
Browse files Browse the repository at this point in the history
~**DO NOT MERGE YET** - DNS records need to propagate.~ All good.
  • Loading branch information
mieciu authored Jul 9, 2024
1 parent 63ede5b commit 4bd87e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quesma/licensing/license_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
)

const (
obtainLicenseEndpoint = "https://quesma-licensing-service-gd46dsvxda-uc.a.run.app/api/license/obtain"
verifyLicenseEndpoint = "https://quesma-licensing-service-gd46dsvxda-uc.a.run.app/api/license/verify"
obtainLicenseEndpoint = "https://licensing.quesma.com/api/license/obtain"
verifyLicenseEndpoint = "https://licensing.quesma.com/api/license/verify"
)

type InstallationIDPayload struct {
Expand Down

0 comments on commit 4bd87e1

Please sign in to comment.