diff options
Diffstat (limited to 'client/src/views/CreateSmiles.vue')
-rw-r--r-- | client/src/views/CreateSmiles.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/views/CreateSmiles.vue b/client/src/views/CreateSmiles.vue index 88da1f4..ddcdd3a 100644 --- a/client/src/views/CreateSmiles.vue +++ b/client/src/views/CreateSmiles.vue @@ -104,7 +104,7 @@ export default { const toast = this.$toast; this.showProgress = true; - fetch('http://localhost:9090/create', { + fetch('./create', { method: 'POST', cache: 'no-cache', headers: { 'Content-Type': 'application/json' }, |