修改后端api配置
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 41s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 41s
This commit is contained in:
parent
c5ff7bf59c
commit
fb96576ebf
@ -383,7 +383,7 @@
|
||||
|
||||
async function getToken() {
|
||||
try {
|
||||
const response = await fetch('https://srtc.yantootech.com/token', {
|
||||
const response = await fetch('https://14.103.114.237/gongzheng-backend/token', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
@ -529,7 +529,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
const response = await fetch('https://srtc.yantootech.com/chat', {
|
||||
const response = await fetch('https://14.103.114.237/gongzheng-backend/chat', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user