From f4025a39226331d8c1c4686d2d1c73e080f9f4b3 Mon Sep 17 00:00:00 2001 From: ulrich Date: Sat, 30 Nov 2024 18:31:19 +0000 Subject: [PATCH] Fix: wireActors, wenn App als JAR laeuft --- src/de/uhilger/neon/Action.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/de/uhilger/neon/Action.java b/src/de/uhilger/neon/Action.java index 23c5d8c..a95c2a5 100644 --- a/src/de/uhilger/neon/Action.java +++ b/src/de/uhilger/neon/Action.java @@ -44,4 +44,5 @@ Type type() default Type.GET; String[] handler(); String route(); + boolean handlesResponse(); } -- Gitblit v1.9.3