add lib
This commit is contained in:
parent
f5a1dca0b1
commit
1e8283f0c9
0
lib/index.html
Normal file
0
lib/index.html
Normal file
6
lib/routes.zig
Normal file
6
lib/routes.zig
Normal file
|
@ -0,0 +1,6 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub fn get() i32 {
|
||||
std.debug.print("Running route get!\n", .{});
|
||||
return 13;
|
||||
}
|
0
lib/users/user_routes.zig
Normal file
0
lib/users/user_routes.zig
Normal file
Loading…
Reference in New Issue
Block a user