changing api address

This commit is contained in:
joseCorte-exe 2022-08-03 15:07:16 -03:00
parent 6395ec170e
commit 801ca929b2
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;