diff options
author | Linus Nordberg <linus@nordu.net> | 2015-11-13 17:27:30 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-11-13 17:27:30 +0100 |
commit | ff47ffd21f5f998cb37347eb8522a217cbf39571 (patch) | |
tree | c5c93e7baca7c7658866b5a4b012f9bc00eb788c /src | |
parent | 188035590e105df928bac47ac97f1fe8ced17123 (diff) |
Change application URL to open/gaol/v1.
Diffstat (limited to 'src')
-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 |