New CSS
This commit is contained in:
2
routes.c
2
routes.c
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user