refactor: clean code
This commit is contained in:
@ -29,7 +29,7 @@ export class WelcomeComponent {
|
||||
Validators.minLength(16)
|
||||
]);
|
||||
|
||||
protected apiToGetToken : string = environment.apiUrl;
|
||||
protected apiToGetToken: string = environment.apiUrl;
|
||||
|
||||
constructor(private navigationService: NavigationService, private api: SetupService) {
|
||||
this.apiToGetToken += AvailableVersion[this.api.version];
|
||||
|
Reference in New Issue
Block a user