Allow HttpTrigger to have empty routes
Open
feature
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.