Skip to content

Commit

Permalink
Add deployed server
Browse files Browse the repository at this point in the history
  • Loading branch information
megatunger committed Jun 18, 2023
1 parent 1c238ce commit 099796f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants/axios.ts
Original file line number Diff line number Diff line change
@@ -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',
});
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down

0 comments on commit 099796f

Please sign in to comment.