Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/hushasha/aggregation-platform/src/commit/091edca9cc5d1f16f684305645a26f3bfbf83ea5/d.ts/developer/ts/pipeline.d.ts You should set ROOT_URL correctly, otherwise the web may not work correctly.
aggregation-platform/d.ts/developer/ts/pipeline.d.ts

9 lines
328 B

/// <reference path="../../includes.d.ts" />
/// <reference path="../../kubernetes/ts/kubernetesHelpers.d.ts" />
/// <reference path="developerEnrichers.d.ts" />
/// <reference path="developerHelpers.d.ts" />
/// <reference path="developerNavigation.d.ts" />
declare module Developer {
var PipelineController: ng.IModule;
}