Added new function
This commit is contained in:
parent
83a1710b46
commit
e5325917b2
2 changed files with 7 additions and 0 deletions
6
src/utils/functions/getDateTime.ts
Normal file
6
src/utils/functions/getDateTime.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
import getApi from "./getApi.ts"
|
||||||
|
|
||||||
|
export default async () => {
|
||||||
|
const response = await getApi('get-datetime')
|
||||||
|
return response.result
|
||||||
|
}
|
||||||
|
|
@ -9,3 +9,4 @@ export { default as voidPopsApi } from './voidPopsApi.ts';
|
||||||
export { default as securePassword } from './securePassword.ts';
|
export { default as securePassword } from './securePassword.ts';
|
||||||
export { default as saveNewName } from './saveNewName.ts';
|
export { default as saveNewName } from './saveNewName.ts';
|
||||||
export { default as saveNewPassword } from './saveNewPassword.ts';
|
export { default as saveNewPassword } from './saveNewPassword.ts';
|
||||||
|
export { default as getDateTime } from './getDateTime.ts';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue