2
Fork 0

Added response header checking

This commit is contained in:
Willem 2016-02-27 00:24:43 +01:00
parent a0a7f35a6f
commit efff34774e
5 changed files with 26 additions and 8 deletions

View file

@ -15,6 +15,7 @@
FFSpaLoader.options.debug.enable = true;
FFSpaLoader.options.boot.angular.modules.push('exampleUI');
FFSpaLoader.options.server.assets = '/static/spa-client-resources';
FFSpaLoader.options.server.header.response['X-My-Api'] = 'noknok';
FFSpaLoader.start();
</script>
</body>