-
-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handler function cannot have void return type #345
Comments
your last route takes only a request as argument (meaning the route has to end with |
i just want to return the data of an html input |
okay, you should add something like |
Have this error: |
could it be that the |
I read the documentation, and i used in a wrong way |
html form would probably use Let me know if there's anything else related to this you need help with. |
Solved, thank you! I have another question, must I open another issue? |
Please go ahead, no need to open another issue |
Ok, does or will, crow implement ejs? |
I had to read up on what EJS was, and it seems to be a templating engine built for nodeJS and uses JS syntax. Crow doesn't implement it, it instead uses its own implementation of Mustache to render templates. From what I currently know about EJS, I'm not sure there's a point to implementing it when Crow has a templating engine. |
Ok thats all thank you! |
Hi when i run my script i got this error:
My code:
I USE UBUNTU AND I RUN THE CODE WITH :
Middleware.h
The text was updated successfully, but these errors were encountered: