rename person type
This commit is contained in:
committed by
Daniel Hutzel
parent
49b8f4ef95
commit
9a63f406ec
@@ -10,7 +10,7 @@ cds.on("bootstrap", (app) => {
|
||||
);
|
||||
res.header(
|
||||
"Access-Control-Allow-Headers",
|
||||
"Origin, X-Requested-With, Content-Type, Accept, Authorization"
|
||||
"Origin, X-Requested-With, Content-Type, Accept, Authorization, Accept-Language"
|
||||
);
|
||||
|
||||
//intercepts OPTIONS method
|
||||
|
||||
Reference in New Issue
Block a user