fix: change protected to public readonly
This commit is contained in:
@ -11,7 +11,7 @@ import {DateOnly} from "@model/DateOnly";
|
||||
@Injectable()
|
||||
export default class SetupService extends ApiService {
|
||||
protected basePath = 'Setup/';
|
||||
protected version = AvailableVersion.v1;
|
||||
public readonly version = AvailableVersion.v1;
|
||||
|
||||
public checkToken(token: string) {
|
||||
return this.get<boolean>('CheckToken', {token: token});
|
||||
|
Reference in New Issue
Block a user