diff --git a/app/main.py b/app/main.py index 9d2883f..839fd31 100644 --- a/app/main.py +++ b/app/main.py @@ -6,7 +6,7 @@ from github import GitHubClient GITHUB_API_URL = "https://api.github.com" -GETOUTLINE_API_URL = "https://app.getoutline.com" +GETOUTLINE_API_URL = "https://glueops.getoutline.com" # Environment Variables REQUIRED_ENV_VARS = [ @@ -118,4 +118,4 @@ def main(): logger.warning("No organizations found.") if __name__ == "__main__": - main() \ No newline at end of file + main()