diff options
-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 |