Closed mak1323 closed 7 years ago
are you trying to sign up?
Trying to sign up, initiate, everything. Just trying to get the API confirmed to work so I can move unto AJAX, though to be honest I'm not entirely sure my AJAX is hooked up correctly if my curl isn't working.
you aren't providing the correct url for signing up.
Verb URI Pattern Controller#Action
POST /sign-up users#signup
which means the URL should be
curl "https://aqueous-atoll-85096.herokuapp.com/sign-up" \
Thank you, that made a bit more sense. I wasn't sure if I it automatically created that aspect.
So I'm having difficulty with my API and Curl, trying to connect with CURL first but failing.
this is what I'm going with but comes back 404