Skip to content

Commit

Permalink
refactor :: bus api 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ftery0 committed Nov 25, 2024
1 parent 9ecfc2e commit dc38288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repository/busApply/busApply.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class BusApplyRepository {
}

public async postBusApply({ idx }: BusApplyParam): Promise<void> {
await customAxios.post(`/bus/apply/${idx}`);
await customAxios.patch(`/bus/apply/status/${idx}`);
}

public async patchBusApply({ idx }: BusApplyParam): Promise<void> {
Expand Down

0 comments on commit dc38288

Please sign in to comment.