Problem in response.
hiagodotme opened this issue · 1 comments
hiagodotme commented
The first space is not being removed.
In app.service.ts the root ()
method is returning the string Hello World!
. Returning the information, the space disappears. In my tests apparently only the first space is removed.
hiagodotme commented
Sorry folks, for some reason Browser Edge is doing the removal of the first space. It's a problem in the browser, not NestJS.