mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-26 06:46:40 +00:00
Update url and remove example token
This commit is contained in:
@@ -8,10 +8,10 @@ import base64
|
|||||||
YAML_FILE_PATH = 'blueprint.yaml'
|
YAML_FILE_PATH = 'blueprint.yaml'
|
||||||
|
|
||||||
# The API endpoint and headers from the curl request
|
# 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 = {
|
HEADERS = {
|
||||||
'accept': '*/*',
|
'accept': '*/*',
|
||||||
'Authorization': 'Bearer v7ix7xha1bmq2on.tzsden374mtmkeczm3tx44uzxsljnrst7nmg7ccr',
|
'Authorization': 'Bearer <your_token_here>',
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user