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/developer/ts/projects.d.ts You should set ROOT_URL correctly, otherwise the web may not work correctly.
aggregation-platform/d.ts/developer/ts/projects.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 ProjectsController: ng.IModule;
}