Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Mar 25, 2021
1 parent 9f62fc1 commit 0915412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/reservation/repository.go
Expand Up @@ -30,6 +30,6 @@ type ReservationRepository interface {
GetDomains(h hash.Hash) ([]string, error)
}

const baseReservedUrl = "https://resolver.bitmaelum.org/reserved/"
const baseReservedUrl = "https://resolver.bitmaelum.com/reserved/"

var ReservationService = NewRemoteRepository(baseReservedUrl, nil)

0 comments on commit 0915412

Please sign in to comment.