質問編集履歴

1

誤字の修正

2022/07/16 13:56

投稿

bktclvy
bktclvy

スコア63

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  React + Axios + FastAPIでWEBアプリを作っています。
4
4
  axiosでlocalhostに対してGETを行っても、サーバー側では200 OKと表示されているのに、ブラウザ側ではエラーとなり値が受け取れません。
5
- reactはnpxのcreate-react-appで作成し、npm startで動かしており、localhost:3000動いています。
5
+ reactはnpxのcreate-react-appで作成し、npm startでlocalhost:3000にて動いています。
6
6
  FastAPIはlocalhost:8000で動いています。
7
7
 
8
8