change _type to _io in console.log
This commit is contained in:
parent
db83067025
commit
5c1b5a05b1
@ -242,7 +242,7 @@ export default {
|
|||||||
if (process.env.NODE_ENV !== 'production') {
|
if (process.env.NODE_ENV !== 'production') {
|
||||||
console.log({
|
console.log({
|
||||||
_at: startTime,
|
_at: startTime,
|
||||||
_type: 'REQ',
|
_io: 'CREQ',
|
||||||
_path: `${thisRoute} => ${apiWho}/${apiTodo}`,
|
_path: `${thisRoute} => ${apiWho}/${apiTodo}`,
|
||||||
apiurl,
|
apiurl,
|
||||||
baseType,
|
baseType,
|
||||||
@ -262,7 +262,7 @@ export default {
|
|||||||
)
|
)
|
||||||
console.log({
|
console.log({
|
||||||
_at: new Date().toJSON(),
|
_at: new Date().toJSON(),
|
||||||
_type: 'RES',
|
_io: 'CRES',
|
||||||
_path: `${thisRoute} => ${apiWho}/${apiTodo}`,
|
_path: `${thisRoute} => ${apiWho}/${apiTodo}`,
|
||||||
result
|
result
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user