修改mysql远程连接

This commit is contained in:
2025-09-03 13:25:08 +08:00
parent f1f4000360
commit 0f4552041b
8 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ const http = require('http');
function testHealthCheck() {
return new Promise((resolve, reject) => {
const options = {
hostname: 'api.jiebanke.com',
hostname: 'webapi.jiebanke.com',
port: 3000,
path: '/health',
method: 'GET'
@@ -43,7 +43,7 @@ function testAuthAPI() {
});
const options = {
hostname: 'api.jiebanke.com',
hostname: 'webapi.jiebanke.com',
port: 3000,
path: '/api/v1/auth/login',
method: 'POST',