Commit 381cd43
committed
fix java example for static file-system example
Updated the Java static file-system route example to match the corrent Kotlin example. Java read `Paths.get("static")` instead of the correct `Paths.get("www")` as in the Kotlin code example.1 parent 480ec68 commit 381cd43
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments