Switch out create-react-app site for gatsby site

This commit is contained in:
2020-11-12 08:57:10 -06:00
parent 8a930879d7
commit 0190b0a30e
42 changed files with 162 additions and 1347 deletions

View File

@@ -2,7 +2,7 @@
* Utils: Back-end
*/
import config from '../config'
import config from '../../config'
/**
* Register a new user
@@ -68,4 +68,4 @@ export const requestApi = async (
}
return await response.json()
}
}