@backstage/backend-defaults
Version:
Backend defaults used by Backstage backend apps
10 lines (5 loc) • 313 B
JavaScript
;
var httpAuthServiceFactory = require('./entrypoints/httpAuth/httpAuthServiceFactory.cjs.js');
exports.DefaultHttpAuthService = httpAuthServiceFactory.DefaultHttpAuthService;
exports.httpAuthServiceFactory = httpAuthServiceFactory.httpAuthServiceFactory;
//# sourceMappingURL=httpAuth.cjs.js.map