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') {
|
||||
console.log({
|
||||
_at: startTime,
|
||||
_type: 'REQ',
|
||||
_io: 'CREQ',
|
||||
_path: `${thisRoute} => ${apiWho}/${apiTodo}`,
|
||||
apiurl,
|
||||
baseType,
|
||||
@ -262,7 +262,7 @@ export default {
|
||||
)
|
||||
console.log({
|
||||
_at: new Date().toJSON(),
|
||||
_type: 'RES',
|
||||
_io: 'CRES',
|
||||
_path: `${thisRoute} => ${apiWho}/${apiTodo}`,
|
||||
result
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user