core icon indicating copy to clipboard operation
core copied to clipboard

Unable to load static files while using route with parameter

Open Sokhavuth opened this issue 4 years ago • 0 comments

Static files are not loaded while using route with parameter. In Node.js and in Python, every framework gives us the options to choose folder for "views" and static files such as css, js, and image files. In those frameworks, the default folders for views and static files are "views" and "public". And without static files, there won't be template.

Sokhavuth avatar Jun 22 '21 23:06 Sokhavuth