igo
igo
Explore posts from servers
HHono
Created by igo on 1/29/2025 in #help
Help with REGEX doesnt work on route path definition
I think I know what u mean, but if I use the union, i will need to pass every possible value also, right?
23 replies
HHono
Created by igo on 1/29/2025 in #help
Help with REGEX doesnt work on route path definition
but if I use the union, i will need to pass every possible value also, right?
23 replies
HHono
Created by igo on 1/29/2025 in #help
Help with REGEX doesnt work on route path definition
hmmmm, what you mean?
23 replies
HHono
Created by igo on 1/29/2025 in #help
Help with REGEX doesnt work on route path definition
app.on(["POST", "GET"], ["/api/auth/sign-in", "/api/auth/something", ...], (c) => {
return auth.handler(c.req.raw);
});
app.on(["POST", "GET"], ["/api/auth/sign-in", "/api/auth/something", ...], (c) => {
return auth.handler(c.req.raw);
});
I could do this, but I dont wanna pass every possible value
23 replies
HHono
Created by igo on 1/29/2025 in #help
Help with REGEX doesnt work on route path definition
Still not working, idk why
23 replies
HHono
Created by igo on 1/29/2025 in #help
Help with REGEX doesnt work on route path definition
No description
23 replies
DTDrizzle Team
Created by igo on 3/1/2024 in #help
Can't insert uuid value in uuid foreign key
Oooh sure! My bad haha 😆 Thank you so much! It works now.
4 replies
DTDrizzle Team
Created by igo on 3/1/2024 in #help
Can't insert uuid value in uuid foreign key
Should I create an issue in gh?
4 replies