diff --git a/TP1/rest/rest-client.py b/TP1/rest/rest-client.py index 431ec07acead056be88d83605539dc255e1a0d06..c1d3aa8546d0c6c0b6a9004c7e4380a9330f1207 100644 --- a/TP1/rest/rest-client.py +++ b/TP1/rest/rest-client.py @@ -5,7 +5,7 @@ import os import json from os.path import join # put here your own ip -SERVER_URL = 'http://127.0.0.1:8122' +SERVER_URL = 'http://gw-hepiacloud.hesge.ch:10050' if __name__ == '__main__': parser = argparse.ArgumentParser(description='Simple REST FTP client')