ssh! и документы

This commit is contained in:
Georgiy Syralev
2025-10-12 15:20:39 +03:00
parent 141955dd46
commit 4211692312
50 changed files with 920 additions and 1333 deletions

View File

@@ -14,7 +14,7 @@ const RegisterPage = () => {
setError(''); // Очищаем предыдущие ошибки
try {
await axios.post('http://localhost:5000/api/auth/register', {
await axios.post('https://ospab.host:5000/api/auth/register', {
username: username,
email: email,
password: password