mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04:00
refactor: replace TypeORM with knex.js
Co-authored-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
6e151c8a1b
commit
4bd49085c6
241 changed files with 4577 additions and 6636 deletions
|
@ -6,7 +6,7 @@
|
|||
import { ServerStatusDto } from '@hedgedoc/commons';
|
||||
import { Injectable } from '@nestjs/common';
|
||||
|
||||
import { getServerVersionFromPackageJson } from '../utils/serverVersion';
|
||||
import { getServerVersionFromPackageJson } from '../utils/server-version';
|
||||
|
||||
@Injectable()
|
||||
export class MonitoringService {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue