mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-21 12:11:25 +10:00
fix bugs
This commit is contained in:
@ -12,7 +12,7 @@ export class FontsService {
|
||||
constructor(private configService: ConfigService, private httpService: HttpService) {}
|
||||
|
||||
async getAll(): Promise<Font[]> {
|
||||
const apiKey = this.configService.get<string>('google.apiKey');
|
||||
const apiKey = this.configService.get('google.apiKey');
|
||||
const url = 'https://www.googleapis.com/webfonts/v1/webfonts?key=' + apiKey;
|
||||
|
||||
let data = [];
|
||||
|
||||
Reference in New Issue
Block a user