We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dab14d commit e510fc2Copy full SHA for e510fc2
src/js/libs/utils/api.js
@@ -1,6 +1,6 @@
1
import axios from 'axios';
2
3
-const apiServer = import.meta.env.PROD ? 'https://api.hr.cssninja.io/' : 'http://localhost:8090'
+const apiServer = import.meta.env.PROD ? 'https://api-hr.cssninja.io/' : 'http://localhost:8090'
4
5
export default function getBaseAPI() {
6
return axios.create({
0 commit comments