mirror of
https://github.com/immich-app/immich.git
synced 2025-01-06 11:56:46 +01:00
f1db257628
* feat: server config * chore: open api * fix: redirect /map to /photos when disabled
17 lines
494 B
Markdown
Generated
17 lines
494 B
Markdown
Generated
# openapi.model.ServerConfigDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**loginPageMessage** | **String** | |
|
|
**mapTileUrl** | **String** | |
|
|
**oauthButtonText** | **String** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|