ソースを参照

fixing the GET type

MergeProblem1
コミット
7ce84920e2
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/app/(main)/ps/page.tsx

+ 1
- 1
src/app/(main)/ps/page.tsx ファイルの表示

@@ -87,7 +87,7 @@ export default function ProductionSchedulePage() {
setLoading(true);
try {
const response = await fetch(`${NEXT_PUBLIC_API_URL}/productionSchedule/testDetailedSchedule`, {
method: 'POST',
method: 'GET',
headers: { 'Authorization': `Bearer ${token}` }
});
if (response.ok) {


読み込み中…
キャンセル
保存