app.get("/firstname/{Kevin}", ctx -> { ctx.result("Kevin");
});
return app;
}
} i dont get my mistake
app.get("/firstname/{Kevin}", ctx -> { ctx.result("Kevin");
});
return app;
}
} i did this
app.get("/firstname/{Kevin}", ctx -> { ctx.result("Kevin");
});
return app;
}
} i dont get my mistake
app.get("/firstname/{Kevin}", ctx -> { ctx.result("Kevin");
});
return app;
}
} i did this