Skip to content

Commit bc24c74

Browse files
committed
Change SNS endpoint
1 parent 09f09f6 commit bc24c74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ So this package provide a endpoint to receieve these notifications, for you to u
9999

100100
Go to SNS section in AWS WebConsole to choose topic and subscribe with the url below.
101101

102-
``http://<your-domain>/dj_elastictranscoder/sns_endpoint/``
102+
``http://<your-domain>/dj_elastictranscoder/endpoint/``
103103

104104
Before notification get started to work, you have to activate SNS subscription, you will receive email with activation link.
105105

dj_elastictranscoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2'
1+
__version__ = '0.3'

dj_elastictranscoder/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from django.conf.urls import url, patterns
22

33
urlpatterns = patterns('dj_elastictranscoder.views',
4-
url(r'^sns_endpoint/$', 'sns_endpoint'),
4+
url(r'^endpoint/$', 'sns_endpoint'),
55
)

0 commit comments

Comments
 (0)