Skip to content

Commit b1b253b

Browse files
committed
fix(configure): add route for webssh
Fix regression introduced by a901e69
1 parent 281d31a commit b1b253b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

imageroot/actions/configure-module/20configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ set_route_data = {
101101
if 'lets_encrypt' in request:
102102
set_route_data['lets_encrypt'] = request['lets_encrypt']
103103

104+
agent.set_route(set_route_data)
105+
104106
config["allowed_ips"] = request.get("allowed_ips", [])
105107

106108
# Save configuration to JSON for later user and backup

0 commit comments

Comments
 (0)