This commit is contained in:
bitbucket 2023-08-21 17:58:08 +05:30
parent 159db5025f
commit b518817509
4 changed files with 30285 additions and 196 deletions

30472
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -54,6 +54,7 @@
"core-js": "2.5.1", "core-js": "2.5.1",
"echarts": "^4.9.0", "echarts": "^4.9.0",
"eva-icons": "^1.1.3", "eva-icons": "^1.1.3",
"firebase-admin": "^11.10.1",
"html2pdf.js": "^0.10.1", "html2pdf.js": "^0.10.1",
"intl": "1.2.5", "intl": "1.2.5",
"ionicons": "2.0.1", "ionicons": "2.0.1",

View File

@ -121,5 +121,10 @@ public mixDetails_observable$ = this.mixDetails.asObservable();
return this._http.post(this.apiUrl + 'CreateReturn', addParams) return this._http.post(this.apiUrl + 'CreateReturn', addParams)
} }
notification(addParams:any): Observable<any> {
return this._http.post(this.apiUrl + 'sendNotification', addParams)
}
} }

View File

@ -9,7 +9,8 @@
// The list of which env maps to which file can be found in `.angular-cli.json`. // The list of which env maps to which file can be found in `.angular-cli.json`.
export const environment = { export const environment = {
apiEndpoint:'https://dev.venbait.in/vnms/api/', // apiEndpoint:'https://dev.venbait.in/vnms/api/',
apiEndpoint:'http://localhost:8081/api/',
// apiEndpoint:'http://192.168.1.17:8081/api/', // apiEndpoint:'http://192.168.1.17:8081/api/',
mailUrl:'', mailUrl:'',
production: false, production: false,