Replies: 3 comments 5 replies
-
You can define Yoga as one of routes before 404 handler; |
Beta Was this translation helpful? Give feedback.
-
perfect, that works, thank you! |
Beta Was this translation helpful? Give feedback.
-
Now I am trying to do the same thing with hono instead of itty-router, but its throwing an error when I go to /graphql: https://github.com/lane711/yoga/blob/feature/hono2/src/cms/graphql/graphql.ts
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a pretty basic question. I am trying to get yoga working alongside itty-router. Something like:
but the yoga route of /graphql is throwing a 404
full code is here for ref:
https://github.com/lane711/yoga/blob/main/src/index.ts
Beta Was this translation helpful? Give feedback.
All reactions