mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
58157b1411
closes #9445 - redirects all asset requests if https is configured (theme, core, images) - re-use and extend our url-redirect middleware - add proper integration tests for our express site app (no db interaction, component testing required for such important use cases) - i added some more general tests - should avoid mixed content warnings in the browser
2 lines
76 B
JavaScript
2 lines
76 B
JavaScript
exports.utils = require('./utils');
|
|
exports.express = require('./express');
|