Skip to content
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

Basic Routes on 2.0.12 don't work! #297

Closed
andrea-ligios opened this issue Nov 29, 2018 · 2 comments
Closed

Basic Routes on 2.0.12 don't work! #297

andrea-ligios opened this issue Nov 29, 2018 · 2 comments
Assignees

Comments

@andrea-ligios
Copy link
Contributor

Describe the bug

On 2.0.12.ALPHA and 2.0.12.BETA, the basic route usage doesn't work:

public static void main(String[] args) {
    Blade.of()
         .get("/", ctx -> ctx.text("Hello World"))
         .start(Application.class, args);
}

ctx.render("index.html") doesn't work either.

In 2.0.11.RELEASE it works correctly

To Reproduce

Steps to reproduce the behavior:

Simply run that class, no matter if from command line or IDE, it won't work

Screenshots

immagine

immagine

@hellokaton
Copy link
Member

hellokaton commented Nov 29, 2018

Thank you for your feedback, I think this may be a problem under windows, @psh686868 will reproduce this problem, if it is a bug we will fix it soon : )

@hellokaton
Copy link
Member

duplicate #299

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants