diff options
author | Camil Staps | 2015-05-27 09:28:39 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-27 09:28:39 +0200 |
commit | f0b844e113df1056e1be1cee31fab57e3d9c5716 (patch) | |
tree | 44c9c701407bc4d9257b8881f0501b69663c2e98 | |
parent | Resetting password (diff) |
-rw-r--r-- | src/js/Botleagues.coffee | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/Botleagues.coffee b/src/js/Botleagues.coffee index f090e4b..31100ba 100644 --- a/src/js/Botleagues.coffee +++ b/src/js/Botleagues.coffee @@ -20,7 +20,7 @@ $.cookie.json = true @Botleagues = - url: 'https://api.local.botleagues.camilstaps.nl' + url: 'https://api.botleagues.camilstaps.nl' cookie_login_email: 'botleagues_login_email' cookie_login_token: 'botleagues_login_token' @@ -81,4 +81,4 @@ $.cookie.json = true $.removeCookie Botleagues.cookie_login_email $.removeCookie Botleagues.cookie_login_token $.removeCookie Botleagues.cookie_login_valid_till - return
\ No newline at end of file + return |