diff --git a/twistter-frontend/package.json b/twistter-frontend/package.json index b18ef34..9971045 100644 --- a/twistter-frontend/package.json +++ b/twistter-frontend/package.json @@ -28,6 +28,5 @@ "last 1 firefox version", "last 1 safari version" ] - }, - "proxy": "https://us-central1-socialape-2619.cloudfunctions.net/api" + } } diff --git a/twistter-frontend/src/Login.js b/twistter-frontend/src/Login.js index 86c8d98..50ecfdc 100644 --- a/twistter-frontend/src/Login.js +++ b/twistter-frontend/src/Login.js @@ -4,8 +4,6 @@ import './App.css'; import logo from './twistter-logo.png'; import TextField from '@material-ui/core/TextField'; -import axios from 'axios'; - class Login extends Component { render() { return ( diff --git a/twistter-frontend/src/Register.js b/twistter-frontend/src/Register.js index a04dde4..8828204 100644 --- a/twistter-frontend/src/Register.js +++ b/twistter-frontend/src/Register.js @@ -4,8 +4,6 @@ import './App.css'; import logo from './twistter-logo.png'; import TextField from '@material-ui/core/TextField'; -//import axios from 'axios'; - class Register extends Component { render() { return (