Skip to content

Commit

Permalink
Update api url
Browse files Browse the repository at this point in the history
  • Loading branch information
cybooo authored Oct 3, 2023
1 parent 02e5c27 commit 2b4031a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios';

export const axiosInstance = axios.create({
baseURL: 'https://api.gggedr.lol',
baseURL: 'https://api.cybo.dev',
});

export const getData = async (endpoint: string) => {
Expand Down

0 comments on commit 2b4031a

Please sign in to comment.