note inconsistency in header
This commit is contained in:
parent
71819be266
commit
3d5eaf94bd
|
@ -174,6 +174,7 @@ module.exports.create = function (app, xconfx, apiFactories, apiDeps) {
|
||||||
var appIdParts = appId.split('#');
|
var appIdParts = appId.split('#');
|
||||||
var appIdPart;
|
var appIdPart;
|
||||||
|
|
||||||
|
// TODO for <domain.tld>/<path>/apps/<package> the Uri should be <domain.tld>/<path>
|
||||||
res.setHeader('X-Walnut-Uri', appId.replace(/#/g, '/'));
|
res.setHeader('X-Walnut-Uri', appId.replace(/#/g, '/'));
|
||||||
|
|
||||||
// TODO configuration for allowing www
|
// TODO configuration for allowing www
|
||||||
|
|
Loading…
Reference in New Issue