Add an Axios instance and Modularize your API code 03/13303/6
author임준혁 <codimjun@gmail.com>
Sat, 7 Sep 2024 05:00:01 +0000 (14:00 +0900)
committerJunHyuk Lim <codimjun@gmail.com>
Sun, 8 Sep 2024 13:52:57 +0000 (13:52 +0000)
commit139652ee7a956deee2a5895caa8d4f4ed7f8fdaa
treea043689a11b9fbaebcdd5c58d9270c74aaf2ccc6
parentda23f159b7ab2679f3cb8fb163ea3782b1650b6e
Add an Axios instance and Modularize your API code

Issue-ID: AIMLFW-115

Change-Id: I85248f2de7e5e0cf2f2b8366467db08030db16be
Signed-off-by: CodImJun <codimjun@gmail.com>
18 files changed:
src/apis/feature-group.js [new file with mode: 0644]
src/apis/index.js [new file with mode: 0644]
src/apis/pipeline.js [new file with mode: 0644]
src/apis/training-job.js [new file with mode: 0644]
src/components/home/HomePage.js
src/components/home/common/Constants.js [deleted file]
src/components/home/form/CreateFeatureGroupForm.js
src/components/home/form/CreateOrEditTrainingJobForm.js
src/components/home/pipelines/UploadPipeline.js
src/components/home/status/API_STATUS.js
src/components/home/status/FeatureGroupInfo.js
src/components/home/status/ListFeatureGroup.js
src/components/home/status/StatusPageRows.js
src/components/home/status/StepsState.js
src/components/home/status/TrainingJobInfo.js
src/states/index.js [new file with mode: 0644]
src/states/server/axios.js [new file with mode: 0644]
src/states/server/index.js [new file with mode: 0644]