This commit is contained in:
2026-05-26 20:34:20 +02:00
parent e070d36af9
commit 7f8afe1938

View File

@@ -49,7 +49,7 @@ The HTML code for the frontend can be generated by using `trunk build`. The resu
```mermaid ```mermaid
classDiagram classDiagram
namespace Backend { namespace Backend {
class cookie_Error { class Error {
+status: &'static str +status: &'static str
+message: String +message: String
} }