UI
Static file passthrough
Serves static files from the configured static root.
get/{filename}
Path parameters
filenamestring required
Path to static file (Bottle <path>).
Response
Static file
Serves static files from the configured static root.
Path to static file (Bottle <path>).
Static file