-
@Controller() public class StaticFilesThis is a controller that is concerned with static files. It technically doesn't need to exist - you can have dynamic and static routes in the same controller. However, I chose to separate it to make things easier to read
-
-
Constructor Summary
Constructors Constructor Description StaticFiles()
-