mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Merge pull request #135 from jetzig-framework/zig-build-fixes
Latest Zig changes accommodation (missed one)
This commit is contained in:
commit
5ebb60d759
@ -28,8 +28,8 @@ const Server = @This();
|
|||||||
pub fn init(
|
pub fn init(
|
||||||
allocator: std.mem.Allocator,
|
allocator: std.mem.Allocator,
|
||||||
env: jetzig.Environment,
|
env: jetzig.Environment,
|
||||||
routes: []*jetzig.views.Route,
|
routes: []const *const jetzig.views.Route,
|
||||||
custom_routes: []jetzig.views.Route,
|
custom_routes: []const jetzig.views.Route,
|
||||||
job_definitions: []const jetzig.JobDefinition,
|
job_definitions: []const jetzig.JobDefinition,
|
||||||
mailer_definitions: []const jetzig.MailerDefinition,
|
mailer_definitions: []const jetzig.MailerDefinition,
|
||||||
mime_map: *jetzig.http.mime.MimeMap,
|
mime_map: *jetzig.http.mime.MimeMap,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user