Skip to content

Commit ace40ba

Browse files
committed
change youtube api key
1 parent e27ef9c commit ace40ba

File tree

1 file changed

+1
-1
lines changed
  • DiscordMusicBotController/src/pages/youtube

1 file changed

+1
-1
lines changed

DiscordMusicBotController/src/pages/youtube/youtube.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Http, Response } from '@angular/http';
55
import { Observable } from 'rxjs';
66
import { DiscordApiProvider } from '../../providers/DiscordApi';
77

8-
export var YOUTUBE_API_KEY: string = 'AIzaSyDOfT_BO81aEZScosfTYMruJobmpjqNeEk'; //fix -> needs to be changed
8+
export var YOUTUBE_API_KEY: string = 'AIzaSyBcLc8vplFhLYnCpU1v4xS4EgdmHuEf8Es';
99
export var YOUTUBE_API_URL: string = 'https://www.googleapis.com/youtube/v3/search';
1010

1111
class SearchResult {

0 commit comments

Comments
 (0)