mirror of
https://github.com/czhu12/canine.git
synced 2025-12-30 15:49:54 -06:00
added additional route for checking if url is reachable
This commit is contained in:
@@ -20,7 +20,7 @@ export default class extends Controller {
|
||||
result = await portainerChecker.verifyPortainerAuthentication();
|
||||
} else if (this.verificationMethodValue === URL_VERIFICATION_METHOD) {
|
||||
const url = this.verifyUrlValue;
|
||||
result = await portainerChecker.verifyPortainerUrl(url);
|
||||
result = await portainerChecker.checkReachable(url);
|
||||
}
|
||||
|
||||
if (result === PortainerChecker.STATUS_UNAUTHORIZED) {
|
||||
|
||||
Reference in New Issue
Block a user