rename person type

This commit is contained in:
Dzmitry_Tamashevich@epam.com
2020-10-23 21:24:51 +03:00
committed by Daniel Hutzel
parent 49b8f4ef95
commit 9a63f406ec
5 changed files with 82 additions and 13 deletions

View File

@@ -1,7 +0,0 @@
const cds = require("@sap/cds");
module.exports = async function () {
this.before("*", async (req) => {
req.user.locale = "fr";
});
};

View File

@@ -32,7 +32,7 @@ service Users {
roles : array of String(111);
level : Integer;
mockedToken : String(500);
email : my.Persone.email;
ID : my.Persone.ID
email : my.Person.email;
ID : my.Person.ID
};
}