From 7cb00a9ba3b8fdf9e75b5a1820ac2c5f13e1705a Mon Sep 17 00:00:00 2001 From: Venkat Date: Mon, 2 Mar 2026 19:09:55 -0800 Subject: [PATCH] fix: Update GETOUTLINE_API_URL to new endpoint --- app/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()