Search code examples
node.jstypescriptcachingnestjs

Nest.Js not accepting any changes


I tried creating a new method inside AppController but it's not reflecting changes. I even tried to change the default getHello() method but it's outputting "Hello World!". How is this possible?

Insomnia

enter image description here

AppController

enter image description here

AppService

enter image description here


Solution

  • Update:

    npm run build && npm run start fixed it