mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 11:19:23 +02:00
Fixed #18: added v1 namespace under API
This commit is contained in:
parent
3c2a6914ce
commit
70634048c6
12 changed files with 44 additions and 40 deletions
|
@ -314,7 +314,7 @@ class Track(APIModelMixin):
|
|||
return work
|
||||
|
||||
def get_lyrics_url(self):
|
||||
return reverse('api:tracks-lyrics', kwargs={'pk': self.pk})
|
||||
return reverse('api:v1:tracks-lyrics', kwargs={'pk': self.pk})
|
||||
|
||||
@property
|
||||
def full_name(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue