changing api address
This commit is contained in:
parent
6395ec170e
commit
801ca929b2
@ -13,7 +13,7 @@ export default function getAPIClient(ctx?: Pick<next.NextPageContext, 'req'> | {
|
||||
const { '@smartAuth-token': token } = parseCookies(ctx)
|
||||
|
||||
const api = axios.create({
|
||||
baseURL: "https://smartenergiaapi.klupp.com.br/api",
|
||||
baseURL: "https://api.energiasmart.com.br/api",
|
||||
});
|
||||
|
||||
api.interceptors.request.use(config => {
|
||||
|
||||
@ -20,7 +20,7 @@ export const AboutUsView = styled.main`
|
||||
|
||||
aside {
|
||||
position: relative;
|
||||
bottom: 220px;
|
||||
/* bottom: 220px; */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user