fix: wrong url to app

This commit is contained in:
Derrick Hammer 2023-12-28 01:41:51 -05:00
parent 15758f442a
commit 11a6027e0c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const sites = getAvailableSites();
const client = new S5Client("https://s5.web3portal.com");
const httpClient = axios.create({
baseURL: "http://localhost",
baseURL: "http://app:8080",
});
for (const siteName in sites) {