diff options
Diffstat (limited to 'src/nxt_router.c')
-rw-r--r-- | src/nxt_router.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_router.c b/src/nxt_router.c index 44ea823b..41e00513 100644 --- a/src/nxt_router.c +++ b/src/nxt_router.c @@ -288,6 +288,7 @@ static const nxt_str_t *nxt_app_msg_prefix[] = { [NXT_APP_JAVA] = &empty_prefix, [NXT_APP_WASM] = &empty_prefix, [NXT_APP_WASM_WC] = &empty_prefix, + [NXT_APP_SKEL] = &empty_prefix, }; |