update: look at todo

main
Thamognya Kodi 2023-01-03 16:44:34 +07:00
parent f3730c1956
commit f3bf8f0257
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -15,6 +15,7 @@
# Icon must end with two \r
Icon
*.tar
# Thumbnails
._*

View File

@ -70,7 +70,7 @@ export default {
this.loading = true
try {
const { data } = await this.$axios.post(
'http://localhost:8080/api/nlp/no-context/question-answering/',
'https://internet-ml-backend.paas.thamognya.com/api/nlp/no-context/question-answering/',
{
question: this.form.question
}