preparing for another refactoring...

This commit is contained in:
Relism
2026-03-29 23:16:41 +02:00
parent 2edd68b0aa
commit b5d4481502
69 changed files with 4329 additions and 1076 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ app.mount("/api", scope -> {
## Extensions
Extensions are installed before route registration. Each extension receives the `FlashRegistrar`
and `ExtensionContext` — it can register routes, expose services, and register annotation processors.
and `FlashContext` — it can register routes, expose services, and register annotation processors.
```java
FlashApp.create(8080)