Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow HttpTrigger to have empty routes #2473

Open
brennfoster opened this issue Apr 25, 2024 · 0 comments
Open

Allow HttpTrigger to have empty routes #2473

brennfoster opened this issue Apr 25, 2024 · 0 comments
Labels

Comments

@brennfoster
Copy link

In ASP.NET Core Web API, I can have an empty route on a controller that resolves when using the root url. When using Azure Function HttpTrigger, an empty route is currently impossible, even when using the ASP.NET Core Integration, and when disabling the home page.

Why is this behavior so different?

I should be able to have empty routes on an HttpTrigger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant