Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: distinguish API URL from web app URL #114

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

guilgaly
Copy link
Member

No description provided.

@guilgaly guilgaly self-assigned this Sep 19, 2024
Comment on lines +45 to 59
def setApiUrl(String apiUrl) {
this.apiUrl = apiUrl
}

def url(String url) {
setUrl(url)
def apiUrl(String apiUrl) {
setApiUrl(apiUrl)
}

def setWebAppUrl(String webAppUrl) {
this.webAppUrl = webAppUrl
}

def webAppUrl(String webAppUrl) {
setWebAppUrl(webAppUrl)
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not backwards-compatible (changes the name used in the build.gradle file), but this setting was never documented for end users.

@notdryft notdryft merged commit f631f87 into refactor-options Sep 20, 2024
1 check failed
@notdryft notdryft deleted the api-url branch September 20, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants