mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
9 lines
130 B
TypeScript
9 lines
130 B
TypeScript
import http from '@/lib/http'
|
|
|
|
const analytic = {
|
|
init() {
|
|
return http.get('/analytic/init')
|
|
}
|
|
}
|
|
|
|
export default analytic
|