refactor: move /server-info endpoints to /server (#10677)

This commit is contained in:
Zack Pollard 2024-06-28 17:08:19 +01:00 committed by GitHub
parent e361640e39
commit a2364a12cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 867 additions and 41 deletions

View file

@ -1,6 +1,6 @@
import { SystemConfig } from 'src/config';
import { AssetResponseDto } from 'src/dtos/asset-response.dto';
import { ReleaseNotification, ServerVersionResponseDto } from 'src/dtos/server-info.dto';
import { ReleaseNotification, ServerVersionResponseDto } from 'src/dtos/server.dto';
export const IEventRepository = 'IEventRepository';