fix: bind() to 0.0.0.0:80 failed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user