Skip to content

Commit

Permalink
fix : fix url about backend
Browse files Browse the repository at this point in the history
  • Loading branch information
chamny20 committed Mar 10, 2024
1 parent 751a6c3 commit 2ad2023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import axios from 'axios';

export const api = axios.create({
baseURL: 'http://43.203.36.63:8080',
baseURL: 'https://zipkok.shop',
});

0 comments on commit 2ad2023

Please sign in to comment.