You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-16 07:24:40 +02:00
feat(server,web): server config (#4006)
* feat: server config * chore: open api * fix: redirect /map to /photos when disabled
This commit is contained in:
5
mobile/openapi/test/server_info_api_test.dart
generated
5
mobile/openapi/test/server_info_api_test.dart
generated
@ -17,6 +17,11 @@ void main() {
|
||||
// final instance = ServerInfoApi();
|
||||
|
||||
group('tests for ServerInfoApi', () {
|
||||
//Future<ServerConfigDto> getServerConfig() async
|
||||
test('test getServerConfig', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
//Future<ServerFeaturesDto> getServerFeatures() async
|
||||
test('test getServerFeatures', () async {
|
||||
// TODO
|
||||
|
Reference in New Issue
Block a user