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/dataInfnModel.d.ts
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/// <reference path="../../includes.d.ts" />
|
|
declare module Developer {
|
|
class dataInfoModelService {
|
|
serverData: {};
|
|
serverData: Object;
|
|
}
|
|
}
|