diff --git a/apps/user-func/host.json b/apps/user-func/host.json index 90047a73..1cbc6cdc 100644 --- a/apps/user-func/host.json +++ b/apps/user-func/host.json @@ -5,6 +5,8 @@ "version": "[4.0.0, 5.0.0)" }, "extensions": { - "queues": {} + "http": { + "routePrefix": "" + } } }