move to new port

This commit is contained in:
2023-06-04 16:14:28 +02:00
parent f199fbded3
commit b28d2dd68e
4 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ export default {
},
methods: {
run() {
fetch( 'http://127.0.0.1:8081/api/getEngines' ).then( res => {
fetch( 'http://127.0.0.1:49369/api/getEngines' ).then( res => {
console.log( res );
res.json().then( data => {
this.engines = data.body;