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

7 lines
227 B

/// <reference path="../../includes.d.ts" />
/// <reference path="kubernetesHelpers.d.ts" />
/// <reference path="kubernetesPlugin.d.ts" />
declare module Kubernetes {
var ReplicationControllerEditController: ng.IModule;
}