MarkWiltberger / vue-nest-web-app__realtor-app

realtor-app built on vue-nest scaffolding
1 stars 0 forks source link

Handle API calls to root #22

Open MarkWiltberger opened 6 months ago

MarkWiltberger commented 6 months ago

Right now API calls to the root directory returns a 404 Not Found error. Determine what the correct behavior should be when the root directory is called. Two possible options are:

Research typical ways calls to the root directory are handled.

With any solution, there are empty code sections i the nest.js objects at the root that need to be either filled with suitable functionality or deleted. These files include:

In addition, a test needs to be written for a root API call, which will define the expected behavior.