submodule+revert /fetchlog back to REST

This commit is contained in:
pakintada@gmail.com 2023-10-04 11:47:49 +07:00
parent f54eed47e9
commit 22eea482b9
5 changed files with 133 additions and 128 deletions

View file

@ -38,9 +38,9 @@ export class WebsocketService {
// }
public data = this.subject.pipe(
share()
);
// public data = this.subject.pipe(
// share()
// );
public send(url: any){
this.subject.next(url);