X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4c48c47d0b84e516114c16ee191359166e93a51c..11d3d14d1e6cf73032b7038825e6823ddd89e8f3:/apps/apiclient/settings.py

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/')