fix: bind() to 0.0.0.0:80 failed

This commit is contained in:
peaklabs-dev
2024-12-23 15:33:12 +01:00
parent 1f6c6140ba
commit e51207a35e
8 changed files with 9 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ const verifyClient = async (info, callback) => {
try {
// Authenticate with Laravel backend
const response = await axios.post(`http://coolify/terminal/auth`, null, {
const response = await axios.post(`http://coolify:8080/terminal/auth`, null, {
headers: {
'Cookie': `${sessionCookieName}=${laravelSession}`,
'X-XSRF-TOKEN': xsrfToken