ウェブアプリケーションにMEAN stack
を使用しています。現在、MongoDB
データベースへの呼び出しを行っています。私はそれが以前働いて、今、私はエラーを取得していました:Nodejs Get Request Error
Failed to load resource: the server responded with a status of 404 (Not Found)
と私は私のデータベースは
を実行している間通話がhttp://localhost:4200/api/users
に行われているからだと信じています
http://localhost:3000/api/users。
私のコールがポート3000に送信されるようにするにはどうすればよいですか?
https://github.com/angular/angular-cli/blob/master/docs/documentation/stories/proxy.md –