File Storage - ShengHuaWu/cv-soar GitHub Wiki

Static File

Any files in the Public folder will be served by default if no routes have been registered that conflict with the file name. For example, if you have a file Public/foo.png, and then a request to localhost/foo.png would return foo.png. The FileMiddleware is responsible for accessing files from the Public folder.

Reference