diff options
author | Linus Nordberg <linus@nordu.net> | 2015-11-13 17:27:30 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-11-20 10:14:16 +0100 |
commit | 6a22acb08fb2675bf254acf8c014039727dbb891 (patch) | |
tree | 3a81628b9c1540261e129e98cab1d5d47b651565 /src/v1.erl | |
parent | c308b5eee38c58e122f6eebcca575ed6734bb3b7 (diff) |
Change application URL to open/gaol/v1.
Diffstat (limited to 'src/v1.erl')
-rw-r--r-- | src/v1.erl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ %% API (URL) -export([request/4]). --define(APPURL_CT_V1, "ct/v1"). +-define(APPURL_CT_V1, "open/gaol/v1"). check_valid_sth() -> case plop:sth() of |