Loopback-next: Unable to remove Ping Controller

Created on 29 Sep 2019  路  2Comments  路  Source: strongloop/loopback-next

Steps to reproduce

Even if I remove the ping.controller.ts file, the REST API is still available.

Current Behavior

Expected Behavior

Link to reproduction sandbox

Additional information

Related Issues

_See Reporting Issues for more tips on writing good issues_

bug

Most helpful comment

Removing ts file does not delete the generated js file. Please run npm run clean && npm run build.

All 2 comments

Removing ts file does not delete the generated js file. Please run npm run clean && npm run build.

thanks @raymondfeng that worked.

Was this page helpful?
0 / 5 - 0 ratings