Azure-Samples / dotnet-core-api

A simple ASP.NET Core API application that demonstrates how to run API apps in Azure App Service.
MIT License
122 stars 692 forks source link

App/Views/TodoList.html 404 (Not Found) #1

Open prashantmasuria opened 5 years ago

prashantmasuria commented 5 years ago

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

git clone https://github.com/Azure-Samples/dotnet-core-api.git cd dotnet-core-api dotnet run

Any log messages given by the failure

GET http://localhost:5000/App/Views/TodoList.html 404 (Not Found)

Expected/desired behavior

Run without console error

OS and Version?

Linux Ubuntu 16.04

Mention any other details that might be useful

Uppercase in wwwroot/app/scripts/app.js, line number 13

cagdaskarademir commented 4 years ago

9

dfeprado2 commented 2 years ago

Reference in new

Thank you very much! This solved my problem.