Assign version to backend
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-19 15:32:38 +02:00
parent 445c1b014e
commit b7720df305
5 changed files with 14 additions and 2 deletions

View File

@ -4,6 +4,7 @@ export interface ServerConfig {
auth_disabled: boolean;
constraints: ServerConstraint;
unsecure_origin: string;
backend_version: string;
}
export interface ServerConstraint {