move to new port
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user