object page first version
This commit is contained in:
@@ -3,4 +3,5 @@ service AdminService @(path:'/admin') {
|
||||
entity Authors as projection on my.Authors;
|
||||
entity Books as projection on my.Books;
|
||||
entity Genres as projection on my.Genres;
|
||||
entity Contents as projection on my.Contents;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user