diff --git a/ec2.py b/ec2.py index 59046a4..fad1632 100644 --- a/ec2.py +++ b/ec2.py @@ -229,7 +229,7 @@ def create_js_scripts(ip): if (file) { const formData = new FormData(); formData.append('file', file); - fetch('http://""" + ip + """:8080/invoice', { + fetch('http://""" + ip + """/invoice', { method: 'POST', body: formData, })