add invoice action
This commit is contained in:
committed by
Daniel Hutzel
parent
49f6b8c060
commit
0690762207
@@ -14,4 +14,12 @@ service BrowseTracks {
|
||||
entity Genres as projection on my.Genres {
|
||||
* , tracks : redirected to Tracks
|
||||
};
|
||||
|
||||
@readonly
|
||||
entity Albums as projection on my.Albums {
|
||||
* , tracks : redirected to Tracks
|
||||
};
|
||||
|
||||
@readonly
|
||||
entity Artists as projection on my.Artists;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user