Skip to content

Commit

Permalink
Merge pull request #19 from leandrodalbo/api-dns
Browse files Browse the repository at this point in the history
getting a dns for the api
  • Loading branch information
leandrodalbo authored Dec 22, 2024
2 parents 042cb5d + 1c3f784 commit a023a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApiConf.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from "axios";

export const API_HOST =
"https://prod-trading-signals-alb-2085839500.eu-west-2.elb.amazonaws.com";
"https://www.cryptosignalzone.click";

const axiosClient = axios.create({
baseURL: API_HOST,
Expand Down

0 comments on commit a023a07

Please sign in to comment.