Append to last commit

This commit is contained in:
Isaac Grynsztein
2020-03-25 07:39:50 -04:00
parent 72b42dea5a
commit 0c60c12124

View File

@@ -179,6 +179,11 @@ export class PostsService {
getAllSubscriptions() {
return this.http.post(this.path + 'getAllSubscriptions', {});
}
// gets tag of the latest version of youtubedl-material
getLatestGithubRelease() {
return this.http.get('https://api.github.com/repos/tzahi12345/youtubedl-material/releases/latest');
}
}