Skip to content

Commit

Permalink
[change] Updated API_URL to make it consistent with other modules
Browse files Browse the repository at this point in the history
  • Loading branch information
codesankalp authored Apr 11, 2022
1 parent 59704d9 commit 3860e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/upload/upload_firmware.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def find_config_line(config_name):
raise ValueError(f'{config_name} not found')


API_URL = f'{BASE_URL}/api/v1/firmware/'
API_URL = f'{BASE_URL}/api/v1/firmware-upgrader/'
BUILD_URL = f'{API_URL}build/'
AUTHORIZATION_HEADER = {'Authorization': f'Bearer {TOKEN}'}
CONTENT_TYPE_HEADER = {'Content-Type': 'application/json'}
Expand Down

0 comments on commit 3860e15

Please sign in to comment.