diff options
author | Mark Wong | 2019-05-29 17:18:00 +0000 |
---|---|---|
committer | Mark Wong | 2019-05-29 17:18:00 +0000 |
commit | cc41d3dba7d11cdd589a83f1284c0a47b444b7f6 (patch) | |
tree | ff6c6799cd550c74f4159b91dd8e3ea56da6f9a2 /client/post-example/upload.py | |
parent | cf7a951b9580e6839464194547efe28757741e98 (diff) | |
parent | 9f7c200c61ae0d8c44155404d21fb7f286ace32b (diff) |
Diffstat (limited to 'client/post-example/upload.py')
-rw-r--r-- | client/post-example/upload.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/post-example/upload.py b/client/post-example/upload.py index 467497c..b0164d4 100644 --- a/client/post-example/upload.py +++ b/client/post-example/upload.py @@ -14,9 +14,9 @@ def byteify(input): return input -token = '0ae27ecb064ff5283296b297bac77d9e' -# BASE_URL = 'http://140.211.168.111:8080/' -BASE_URL = 'http://127.0.0.1:8000/' +token = '0232f37f8e1726684516434441af745' +BASE_URL = 'http://140.211.168.111:8080/' +# BASE_URL = 'http://127.0.0.1:8000/' PATH_URL = 'upload/' url = BASE_URL + PATH_URL |