reaname services

This commit is contained in:
Dzmitry_Tamashevich@epam.com
2020-10-23 12:04:03 +03:00
committed by Daniel Hutzel
parent 30d5c789bc
commit 49b8f4ef95
7 changed files with 64 additions and 18 deletions

View File

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