Latest Zig changes accommodation (missed one)

This commit is contained in:
Bob Farrell 2024-12-22 12:57:52 +00:00
parent 76f14a89a1
commit 350f9512e6

View File

@ -28,8 +28,8 @@ const Server = @This();
pub fn init(
allocator: std.mem.Allocator,
env: jetzig.Environment,
routes: []*jetzig.views.Route,
custom_routes: []jetzig.views.Route,
routes: []const *const jetzig.views.Route,
custom_routes: []const jetzig.views.Route,
job_definitions: []const jetzig.JobDefinition,
mailer_definitions: []const jetzig.MailerDefinition,
mime_map: *jetzig.http.mime.MimeMap,