Update Jetzig
This commit is contained in:
parent
c018ea3c0e
commit
82e362671c
3 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@ const std = @import("std");
|
|||
|
||||
pub const jetzig = @import("jetzig");
|
||||
|
||||
pub const routes = @import("routes").routes;
|
||||
pub const routes = @import("routes");
|
||||
|
||||
// Override default settings in `jetzig.config` here:
|
||||
pub const jetzig_options = struct {
|
||||
|
|
@ -92,5 +92,5 @@ pub fn main() !void {
|
|||
const app = try jetzig.init(allocator);
|
||||
defer app.deinit();
|
||||
|
||||
try app.start(comptime jetzig.route(routes));
|
||||
try app.start(routes, .{});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue