MakingSense / WebApiCore-Seed

MIT License
2 stars 5 forks source link

Create a home/root entry point #18

Closed matiasbeckerle closed 6 years ago

matiasbeckerle commented 6 years ago

I saw a blank page when running the solution. Two options to consider:

A) Creating a RootController with a default /index action method that renders the server's time. B) Route to an API description/doc if we have. I couldn't check the swagger changes yet. Does that provide a UI that we can point to?

Dongata commented 6 years ago

Fixed with #25