fix signup url

This commit is contained in:
Face
2025-09-08 21:27:36 +03:00
parent 48af7772f3
commit aee6bf23c7

View File

@@ -57,7 +57,7 @@ submitBtn:on('submit', function(event)
password = password
})
local url = 'gurt://127.0.0.1:8877/auth/register'
local url = 'gurt://dns.web/auth/register'
local headers = {
['Content-Type'] = 'application/json'
}