Commit Graph

2 Commits

Author SHA1 Message Date
Abel Hoogeveen d7b2c40c57
Fixed Resources being unable to serve static files when using more complicated URI's. 2020-08-02 11:12:51 +02:00
Abel Hoogeveen 7c77c339cf Implemented Resources.
Resources are static files which have to be served by FuzeWorks. The developer can register a directory in which static files can be found, which shall be loaded if the folder is requested.
This system should be avoided for high-performance applications. It is recommended to make special configurations in the web server in those kinds of cases.
2019-07-22 19:53:18 +02:00