mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
> git show --textconv :src/app/pages/publications/view-publications/publication-detail/publication-detail.page.ts
This commit is contained in:
@@ -44,14 +44,8 @@ export class AuthService {
|
||||
|
||||
}
|
||||
|
||||
loginChat(){
|
||||
const body = {"user": "admin","password": "tabteste@006"};
|
||||
const url = "http://192.168.100.111:3000/api/v1/login";
|
||||
return this.http.post(url, body);
|
||||
}
|
||||
|
||||
//Login to rocketChat server
|
||||
loginChat2(postData: any):Observable<any> {
|
||||
loginChat(postData: any):Observable<any> {
|
||||
return this.httpService.post('login', postData);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user