move version to its own endpoint
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
export interface InitResponse {
|
||||
version: string;
|
||||
installed: boolean;
|
||||
}
|
||||
|
||||
export interface VersionResponse {
|
||||
version: string;
|
||||
}
|
||||
|
||||
export interface UserResponse {
|
||||
username: string;
|
||||
role: string;
|
||||
|
||||
Reference in New Issue
Block a user