adjust README.md with frontend repo link provided

This commit is contained in:
Tamashevich, Dzmitry
2020-10-08 12:39:12 +03:00
committed by Daniel Hutzel
parent bdbd9d425b
commit 99d4da34d7
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ service BrowseTracks {
entity Tracks as projection on my.Tracks;
@(requires : ['authenticated-user'])
action getInvoicedTracks() returns array of {
function getInvoicedTracks() returns array of {
ID : Tracks.ID;
trackName : Tracks.name;
genreName : my.Genres.name;