Cheng
Results
3
issues of
Cheng
**Describe the bug** looks like if recapcha service timed out, the web app will pop up an error. **To Reproduce** 1. You know the connection to google services is NOT...
bug
p1
two controllers with same RoutePrefix, using current [LearningControllerSelector](https://github.com/tjoudeh/eLearning.WebAPI/blob/master/Learning.Web/Services/LearningControllerSelector.cs) will throw an null reference exception, because of the routeData.Values["controller"] is null. According to [this answer](), I changed the SelectController(), and named...