mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 07:51:08 -04:00
No configuration setup. Wordpress compatible.
This commit is contained in:
@ -7,7 +7,7 @@ import { removeVuexORMFlags } from '@/utils/helpers';
|
|||||||
const http = axios.create({
|
const http = axios.create({
|
||||||
baseURL: config.api_url || '',
|
baseURL: config.api_url || '',
|
||||||
headers: {
|
headers: {
|
||||||
'X-WP-Nonce': config.nonce || '',
|
'X-WP-Nonce': config.api_nonce || '',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user