susee
This commit is contained in:
parent
159db5025f
commit
b518817509
30472
package-lock.json
generated
30472
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -54,6 +54,7 @@
|
||||
"core-js": "2.5.1",
|
||||
"echarts": "^4.9.0",
|
||||
"eva-icons": "^1.1.3",
|
||||
"firebase-admin": "^11.10.1",
|
||||
"html2pdf.js": "^0.10.1",
|
||||
"intl": "1.2.5",
|
||||
"ionicons": "2.0.1",
|
||||
|
||||
@ -121,5 +121,10 @@ public mixDetails_observable$ = this.mixDetails.asObservable();
|
||||
return this._http.post(this.apiUrl + 'CreateReturn', addParams)
|
||||
|
||||
}
|
||||
|
||||
notification(addParams:any): Observable<any> {
|
||||
return this._http.post(this.apiUrl + 'sendNotification', addParams)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -9,7 +9,8 @@
|
||||
// The list of which env maps to which file can be found in `.angular-cli.json`.
|
||||
|
||||
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/',
|
||||
mailUrl:'',
|
||||
production: false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user