changed backend to azure
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import axios from "axios";
|
||||
import * as toggles from "./toggles";
|
||||
import { push } from "connected-react-router";
|
||||
|
||||
const backend = "http://localhost:4000/";
|
||||
import { backend } from "../config.js";
|
||||
|
||||
const autocomplete = (input) => {
|
||||
return {
|
||||
|
||||
@@ -1 +1 @@
|
||||
export const backend = "http://localhost:4000";
|
||||
export const backend = "https://menui.azurewebsites.net";
|
||||
|
||||
Reference in New Issue
Block a user