Closed Umang01-hash closed 3 weeks ago
@Umang01-hash Interesting issue! Would like to try to fix it!
@IvanGael Thank you for your interest, but I have already raised a PR for the same. You can please check any other existing issues will assign that to you.
Describe the bug The method
AddStaticFiles
is not wokring correctly.If we try to run this code:
And have some files in our static directory , when trying to access the route
http://localhost:9000/abc.jpeg
we are getting route not registered.To Reproduce Steps to reproduce the behavior, if applicable:
Expected behavior We should be able to successfully route it.