Flash update

This commit is contained in:
Relism
2025-02-28 17:23:35 +01:00
parent 9c66001947
commit 55cc97e4fc
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ public class Example {
```java{3}
// MyHandler.java
@RouteInfo(method = HttpMethod.GET, path = "/hello")
@RouteInfo(endpoint = "/hello", method = HttpMethod.GET)
public class MyHandler extends RequestHandler {
public MyHandler(Request req, Response res) {
super(req, res);