mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Latest Zig changes accommodation (missed one)
This commit is contained in:
parent
76f14a89a1
commit
350f9512e6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user