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/kubernetes/ts/replicationControllers.d.ts You should set ROOT_URL correctly, otherwise the web may not work correctly.
aggregation-platform/d.ts/kubernetes/ts/replicationControllers.d.ts

8 lines
260 B

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