DEBUG url

This commit is contained in:
2023-03-03 10:19:41 +08:00
parent 41d96da246
commit 363130ddd0
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ export default defineNuxtConfig({
target: 'http://106.15.192.42:3000/api/drawing'
},
'/api/text': {
target: 'http://139.224.128.24:7861//api/text_to_text'
target: 'http://139.224.128.24:7861/api/text_to_text'
},
},
}