-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Description
http
.post("/api/cap/user/ping2")
.toRx()
//.map((response:Response) => response.json())
.subscribe(
(data:Object) => console.log(data),
(data:Object) => console.error(data),
(data:Object) => console.debug(data)
);
In network tab on developer tools in browser status 404.
But in console always object with status 200.
Reactions are currently unavailable