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
289 B
TypeScript

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