working on docker images

This commit is contained in:
subnub
2020-05-17 23:26:10 -04:00
parent d379e9aa24
commit eabed0cc0b
6 changed files with 32 additions and 7 deletions
-1
View File
@@ -43,7 +43,6 @@ export const startCreateAccount = (email, password) => {
return (dispatch) => {
const dt = {email, password};
axios.post(currentURL+"/user-service/create", dt).then((response) => {