Adding issues for TODOs

Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
Yannick Bungers 2023-10-07 20:35:58 +02:00 committed by David Mehren
parent 7e1123e8a4
commit 8879b51344
16 changed files with 21 additions and 16 deletions

View file

@ -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,