X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fdd62169ba22c4c1be2f2306b5339eadd74ffb6d..30437d70fc4b55561e3da6b187d81db7b4676240:/apps/apiclient/settings.py?ds=sidebyside

diff --git a/apps/apiclient/settings.py b/apps/apiclient/settings.py
index 5fbf18ee..f1eb34a4 100755
--- a/apps/apiclient/settings.py
+++ b/apps/apiclient/settings.py
@@ -5,7 +5,7 @@ WL_CONSUMER_KEY = getattr(settings, 'APICLIENT_WL_CONSUMER_KEY', None)
 WL_CONSUMER_SECRET = getattr(settings, 'APICLIENT_WL_CONSUMER_SECRET', None)
 
 WL_API_URL = getattr(settings, 'APICLIENT_WL_API_URL', 
-        'http://www.wolnelektury.pl/api/')
+        'http://wolnelektury.pl/api/')
 
 WL_REQUEST_TOKEN_URL = getattr(settings, 'APICLIENT_WL_REQUEST_TOKEN_URL', 
         WL_API_URL + 'oauth/request_token/')