diff --git a/src/constants/axios.ts b/src/constants/axios.ts index 99fe5bc..8355aa5 100644 --- a/src/constants/axios.ts +++ b/src/constants/axios.ts @@ -1,5 +1,5 @@ import axios from 'axios'; export const axiosInstance = axios.create({ - baseURL: 'http://0.0.0.0:3008/api', + baseURL: 'https://api-pwe.maius.fun/api', }); diff --git a/src/manifest.json b/src/manifest.json index bd7fd3e..a208f73 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "name": "Chrome Extension with React & Webpack", + "name": "Pay With Elusiv", "description": "A chrome extension boilerplate built with React 17, Webpack 5, and Webpack Dev Server 4", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" },