Skip to content

Commit e510fc2

Browse files
fix: update hr demo api url
1 parent 6dab14d commit e510fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/libs/utils/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import axios from 'axios';
22

3-
const apiServer = import.meta.env.PROD ? 'https://api.hr.cssninja.io/' : 'http://localhost:8090'
3+
const apiServer = import.meta.env.PROD ? 'https://api-hr.cssninja.io/' : 'http://localhost:8090'
44

55
export default function getBaseAPI() {
66
return axios.create({

0 commit comments

Comments
 (0)