Skip to content

Commit

Permalink
Merge pull request #135 from jetzig-framework/zig-build-fixes
Browse files Browse the repository at this point in the history
Latest Zig changes accommodation (missed one)
  • Loading branch information
bobf authored Dec 22, 2024
2 parents 413fd30 + 350f951 commit 5ebb60d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jetzig/http/Server.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5ebb60d

Please sign in to comment.