SiteFileController

struct SiteFileController : SiteControllerUtils

Serves static files used bye the Web UI front end. Since these files are UI-level and not API-level entities, we serve these files directly from here–there’s no need to forward calls through the API. This means if you’re an API client, you shouldn’t be using the files served from these endpoints.

Files dynamically created currently require a restart to pick up.