diff --git a/frontend/src/lib/components/triggers/http/utils.ts b/frontend/src/lib/components/triggers/http/utils.ts index ca779dec78..0b18186c9f 100644 --- a/frontend/src/lib/components/triggers/http/utils.ts +++ b/frontend/src/lib/components/triggers/http/utils.ts @@ -51,6 +51,7 @@ export async function saveHttpRouteFromCfg( route_path: isAdmin || !edit ? routeCfg.route_path : undefined, http_method: routeCfg.http_method, is_static_website: routeCfg.is_static_website, + static_asset_config: routeCfg.static_asset_config, workspaced_route: routeCfg.workspaced_route, authentication_resource_path: routeCfg.authentication_resource_path, wrap_body: routeCfg.wrap_body,