From f72097b26568a71f2c85a814831dba8eeb732c0d Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 31 Aug 2022 18:38:30 +0300 Subject: [PATCH] ssl --- src/scripts/requests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/requests.js b/src/scripts/requests.js index 4103cd3..60f5c95 100644 --- a/src/scripts/requests.js +++ b/src/scripts/requests.js @@ -1,4 +1,4 @@ -export const host = "http://battleship.sprinthub.ru/" +export const host = "https://battleship.sprinthub.ru/" function request(method, body, callback) {