server: add client registry with dashboard support (#5115)
This commit is contained in:
committed by
GitHub
Unverified
parent
bc378bcbec
commit
36718d88e4
@@ -0,0 +1,6 @@
|
||||
import { http } from './http'
|
||||
import type { ServerInfo } from '../types/server'
|
||||
|
||||
export const getServerInfo = () => {
|
||||
return http.get<ServerInfo>('../api/serverinfo')
|
||||
}
|
||||
Reference in New Issue
Block a user