You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/onlyoffice/handler.ts

10 lines
291 B
TypeScript

import { UiContextBase } from 'hydrooj/dist/service/server';
import * as system from 'hydrooj/dist/model/system';
declare module 'hydrooj/dist/service/server' {
interface UiContextBase {
onlyofficeApi: string;
}
}
UiContextBase.onlyofficeApi = system.get('onlyoffice.api');