Skip to content

Commit

Permalink
Merge pull request #2062 from ogayot/noble-ssh-info
Browse files Browse the repository at this point in the history
Noble / meta: respond to ssh_info queries early
  • Loading branch information
dbungert committed Aug 23, 2024
2 parents 22cfeb6 + 845f7cf commit f20135f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subiquity/common/apidef.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def POST() -> None:
"""Restart the server process."""

class ssh_info:
@allowed_before_start
def GET() -> Optional[LiveSessionSSHInfo]:
...

Expand Down

0 comments on commit f20135f

Please sign in to comment.