Maciej Maciaszek
Results
1
comments of
Maciej Maciaszek
Guys, make sure you're hitting your nestjs server. If you use angular you might want to configure proxy like that: ``` { "/api": { "target": "http://localhost:3333", "secure": false }, "/socket.io":...