mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 06:15:29 -04:00
Adding issues for TODOs
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
7e1123e8a4
commit
8879b51344
16 changed files with 21 additions and 16 deletions
|
@ -10,8 +10,7 @@ import { ServerStatusDto } from './server-status.dto';
|
|||
|
||||
@Injectable()
|
||||
export class MonitoringService {
|
||||
// TODO Implement Server Status and other routes
|
||||
// (https://github.com/hedgedoc/hedgedoc/issues/478)
|
||||
// TODO Implement Server Status and other routes (https://github.com/hedgedoc/hedgedoc/issues/478)
|
||||
async getServerStatus(): Promise<ServerStatusDto> {
|
||||
return {
|
||||
connectionSocketQueueLength: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue