UNPKG

q42-cms-components

Version:

Front-end package that provides a UI on top of the QMS back-end

12 lines (7 loc) 206 B
import { ServerStore } from './server-store.js'; class StatusStore extends ServerStore { ping() { return this.fetch('/status/ping'); } } export const statusStore = new StatusStore();