mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 01:49:17 +02:00
See #192: use nodeinfo/2.0 namespace to be future proof
This commit is contained in:
parent
b536e5a1f9
commit
6ff8c2c8da
3 changed files with 4 additions and 4 deletions
|
@ -4,6 +4,6 @@ from . import views
|
|||
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^nodeinfo/$', views.NodeInfo.as_view(), name='nodeinfo'),
|
||||
url(r'^nodeinfo/2.0/$', views.NodeInfo.as_view(), name='nodeinfo-2.0'),
|
||||
url(r'^settings/$', views.InstanceSettings.as_view(), name='settings'),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue