This commit is contained in:
kamkow1
2025-06-20 00:24:40 +02:00
parent 4d2c12d2b1
commit 45b69de132
11 changed files with 749 additions and 11 deletions

View File

@ -132,7 +132,7 @@ ROUTE_HANDLER(page_not_found)
ROUTE_HANDLER(simple_css)
{
char path[PATH_MAX] = {0};
if (!get_baked_resource_path("simple.min.css", path, sizeof(path))) {
if (!get_baked_resource_path("simple.css", path, sizeof(path))) {
make_internal_server_error(result);
return;
}