From 515ecb09e7ca37ecee6c54a858b0ffa56d6d1e77 Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 21 Sep 2025 21:07:20 -0400 Subject: [PATCH] Update url and remove example token --- blueprint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprint.py b/blueprint.py index b4f1a99c..93d21da5 100644 --- a/blueprint.py +++ b/blueprint.py @@ -8,10 +8,10 @@ import base64 YAML_FILE_PATH = 'blueprint.yaml' # The API endpoint and headers from the curl request -API_URL = 'http://localhost:3004/v1/org/test/blueprint' +API_URL = 'http://api.pangolin.fossorial.io/v1/org/test/blueprint' HEADERS = { 'accept': '*/*', - 'Authorization': 'Bearer v7ix7xha1bmq2on.tzsden374mtmkeczm3tx44uzxsljnrst7nmg7ccr', + 'Authorization': 'Bearer ', 'Content-Type': 'application/json' }