mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-28 01:36:56 +08:00
fix: Fixed the issue of no echo after binding the SSL to the AI. (#7953)
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after -8s
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after -8s
This commit is contained in:
parent
39416abd47
commit
e169f46784
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ const search = async (appInstallID: number) => {
|
|||
if (res.data.sslID > 0) {
|
||||
req.value.enableSSL = true;
|
||||
req.value.sslID = res.data.sslID;
|
||||
listSSL();
|
||||
listAcmeAccount();
|
||||
}
|
||||
}
|
||||
} catch (e) {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue