更新访问ip
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 51s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 51s
This commit is contained in:
parent
b15b67c001
commit
2940f32b43
@ -76,7 +76,7 @@ autoscaling:
|
|||||||
# targetMemoryUtilizationPercentage: 80
|
# targetMemoryUtilizationPercentage: 80
|
||||||
|
|
||||||
nodeSelector: {
|
nodeSelector: {
|
||||||
kubernetes.io/hostname: devsvr1
|
kubernetes.io/hostname: vm10-1-0-152
|
||||||
}
|
}
|
||||||
|
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
|||||||
@ -383,7 +383,7 @@
|
|||||||
|
|
||||||
async function getToken() {
|
async function getToken() {
|
||||||
try {
|
try {
|
||||||
const response = await fetch('https://14.103.114.237/gongzheng-backend/token', {
|
const response = await fetch('https://120.92.112.77/gongzheng-backend/token', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
@ -529,7 +529,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
const response = await fetch('https://14.103.114.237/gongzheng-backend/chat', {
|
const response = await fetch('https://120.92.112.77/gongzheng-backend/chat', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user