Index: document/src/reducer/linkFetchReducer.jsx =================================================================== diff -u -re0a6f35c4b8d83aa51ad88b926f4177d80e7d45a -rdfe2dc98119584d4f708ed2aba5884469a0d764a --- document/src/reducer/linkFetchReducer.jsx (.../linkFetchReducer.jsx) (revision e0a6f35c4b8d83aa51ad88b926f4177d80e7d45a) +++ document/src/reducer/linkFetchReducer.jsx (.../linkFetchReducer.jsx) (revision dfe2dc98119584d4f708ed2aba5884469a0d764a) @@ -38,7 +38,7 @@ const fetchData = async (wrId) => { dispatch({ type: FETCH_START }); try { - const response = await axios.get(`/php/gnuboard5/bbs/board.php?bo_table=manual&wr_id=${wrId}`, { + const response = await axios.get(`/php/gnuboard5/bbs/board_view.php?bo_table=manual&wr_id=${wrId}`, { headers: { 'Access-Control-Allow-Origin': '*', },