diff options
author | emkael <emkael@tlen.pl> | 2019-01-20 13:57:01 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-01-20 13:57:01 +0100 |
commit | f8665168836a360949d5ec34563ab597628f572b (patch) | |
tree | e61220aa735761c4384e2d981300daca7a338642 /test | |
parent | 080dea366e57db032e1928019f7ea599f11dabea (diff) |
Public URL to API
Diffstat (limited to 'test')
-rw-r--r-- | test/apitest/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apitest/api.py b/test/apitest/api.py index 54ae17d..fe7f010 100644 --- a/test/apitest/api.py +++ b/test/apitest/api.py @@ -15,7 +15,7 @@ class ApiCalculator(ApiTest): 'k': 0 } def get_url(self): - return 'http://localhost/pkl/api.php' + return 'http://pzbs.pl/sedziowie/pkl/api.php' def get_method(self): return 'post' def get_request(self, |