feat: scratchpad

additional improvements

changelog

fix: wording
This commit is contained in:
Per Stark
2025-10-22 11:53:17 +02:00
parent 07b3e1a0e8
commit 3b805778b4
18 changed files with 1565 additions and 106 deletions

View File

@@ -36,6 +36,7 @@ where
.add_protected_routes(routes::content::router())
.add_protected_routes(routes::knowledge::router())
.add_protected_routes(routes::ingestion::router())
.add_protected_routes(routes::scratchpad::router())
.with_compression()
.build()
}