diff options
author | Linus Nordberg <linus@nordu.net> | 2015-11-13 17:27:30 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-02-01 11:40:25 +0100 |
commit | e9c106358e87d37a3592a980fc000aa9caea5bf4 (patch) | |
tree | d5830cfb58ea54e446e97a96d05965a1e08d0df0 /src/v1.erl | |
parent | 162e3c626bedcbb782e2c556279f47bc563236d8 (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 |