urls: remove new_note

master
Romain Gauthier 2017-07-29 17:49:29 +02:00
rodzic dad3ff3b0e
commit dcfab9f6f9
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -1,8 +1,7 @@
from django.conf.urls import url
from django.contrib import admin
from activitypub.views import person, note, new_note, notes, inbox, outbox
from activitypub.views import followers, noop
from activitypub.views import person, note, notes, inbox, outbox, followers
urlpatterns = [
url(r'^@(\w+)/notes/(\w+)', note, name="note"),