test
This commit is contained in:
parent
b4ec7be17a
commit
a992b45c81
@ -1,5 +1,7 @@
|
|||||||
|
'use strict';
|
||||||
export const getTest = () => {
|
export const getTest = () => {
|
||||||
return {
|
return {
|
||||||
"a": 1
|
"a": 1,
|
||||||
|
"time": new Date().toISOString(),
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user