👷‍♀️

This commit is contained in:
Elijah Lucian
2021-04-14 20:04:37 -06:00
parent 5b4726bee8
commit 8c40f30286
24 changed files with 891 additions and 90 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { Api } from './api'
import './scss/app.scss'
const App = () => {
const api = new Api({ mock: true, baseURL: '/api' })
const api = new Api({ baseURL: '/api' })
return (
<BrowserRouter>