Merge branch 'telemetry' into 'dev'

changing api address

See merge request kluppsoftware/smart-energia-web!128
This commit is contained in:
José Corte 2022-08-03 18:09:45 +00:00
commit 7bd70af83e
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ export default function getAPIClient(ctx?: Pick<next.NextPageContext, 'req'> | {
const { '@smartAuth-token': token } = parseCookies(ctx) const { '@smartAuth-token': token } = parseCookies(ctx)
const api = axios.create({ const api = axios.create({
baseURL: "https://smartenergiaapi.klupp.com.br/api", baseURL: "https://api.energiasmart.com.br/api",
}); });
api.interceptors.request.use(config => { api.interceptors.request.use(config => {

View File

@ -20,7 +20,7 @@ export const AboutUsView = styled.main`
aside { aside {
position: relative; position: relative;
bottom: 220px; /* bottom: 220px; */
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;