Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(url): change access url for microservice
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed May 9, 2023
1 parent 4da1101 commit 2ae948a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import com.intelligentbackpack.accessdomain.repository.AccessDomainRepository

object ServiceLocator {

private const val accessUrl = "https://accesscontrollmicroservice.azurewebsites.net/"
private const val accessUrl = "https://accessmicroservice.azurewebsites.net/"

lateinit var accessRepository: AccessDomainRepository
private set
Expand Down

0 comments on commit 2ae948a

Please sign in to comment.