Skip to content

Commit

Permalink
updated to 2002
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Aug 10, 2023
1 parent 90c3975 commit 68ce449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processing/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

class API:
def __init__(self, api_url, user, password, logger):
self.file_url = "http://127.0.0.1:2008/api/fileProcessing"
self.file_url = "http://127.0.0.1:2002/api/fileProcessing"
# urljoin(api_url, "api/v1/processing")
self.api_url = api_url
self.user = user
Expand Down

0 comments on commit 68ce449

Please sign in to comment.