rename person type
This commit is contained in:
committed by
Daniel Hutzel
parent
49b8f4ef95
commit
9a63f406ec
@@ -1,7 +0,0 @@
|
||||
const cds = require("@sap/cds");
|
||||
|
||||
module.exports = async function () {
|
||||
this.before("*", async (req) => {
|
||||
req.user.locale = "fr";
|
||||
});
|
||||
};
|
||||
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user