작성
·
473
0
백엔드 서버는 3085번 포트이네요?
근데 강의에서는 프론트에서 3000번 포트에 그냥 post요청을 보내는 것이 아닌가요??
헤더에 아래와 같이 뜨면서 가져오질 못합니다..
post요청이 3085번 포트로 가야하는게 아닌가요??
git 주소 https://github.com/windsdeath/vuenodebird
Request URL: http://localhost:3000/user
Request Method: POST
Status Code: 404 Not Found
Remote Address: 127.0.0.1:3000
Referrer Policy: strict-origin-when-cross-origin
Accept-Ranges: none
Connection: keep-alive
Content-Length: 664888
Content-Type: text/html; charset=utf-8
Date: Fri, 06 Nov 2020 06:42:11 GMT
Accept: application/json, text/plain, */*
Accept-Encoding: gzip, deflate, br
Accept-Language: ko-KR,ko;q=0.9,en-US;q=0.8,en;q=0.7,ja;q=0.6
Connection: keep-alive
Content-Length: 46
Content-Type: application/json;charset=UTF-8
Host: localhost:3000
Origin: http://localhost:3000
Referer: http://localhost:3000/signup
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36
{email: "78", password: "78", nickname: "78"}
email: "78"
nickname: "78"
password: "78"