changed app url
This commit is contained in:
parent
ecf0f6d542
commit
447b21a91f
@ -3397,7 +3397,7 @@ const axios = require('axios');
|
||||
class Recipe {
|
||||
|
||||
constructor() {
|
||||
this.url = 'http://localhost:3000/recipes';
|
||||
this.url = 'http://menu.silvrtree.co.uk/recipes';
|
||||
this.listData = [];
|
||||
this.content = document.querySelector('#content');
|
||||
this.editor = document.querySelector('#editor');
|
||||
|
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@ const axios = require('axios');
|
||||
class Recipe {
|
||||
|
||||
constructor() {
|
||||
this.url = 'http://localhost:3000/recipes';
|
||||
this.url = 'http://menu.silvrtree.co.uk/recipes';
|
||||
this.listData = [];
|
||||
this.content = document.querySelector('#content');
|
||||
this.editor = document.querySelector('#editor');
|
||||
|
Loading…
Reference in New Issue
Block a user