Skip to content

Commit

Permalink
feat : add services/prediction.service.js (#83)
Browse files Browse the repository at this point in the history
prediction API 파일 추가
  • Loading branch information
JungYeonHwi committed Oct 18, 2023
1 parent 7f8789c commit ab526aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions services/prediction.service.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import {predictionApi} from "api"

const predictionService = {

}

export default predictionService;

0 comments on commit ab526aa

Please sign in to comment.