Skip to content

Commit 6e03e0c

Browse files
committed
Correction de l'URL de l'API GitHub pour récupérer les dernières versions des projets
1 parent a4970e8 commit 6e03e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export class AppService extends AbstractService implements OnApplicationBootstra
168168

169169
try {
170170
const { data } = await firstValueFrom(
171-
this.httpService.get<GithubUpdate>(`https://api.github.com/repos/Libertech-FR/${project}/releasesppp/latest`).pipe(
171+
this.httpService.get<GithubUpdate>(`https://api.github.com/repos/Libertech-FR/${project}/releases/latest`).pipe(
172172
catchError((error) => {
173173
this.logger.error(`Error fetching release for ${project}: ${error.message}`);
174174
throw error;

0 commit comments

Comments
 (0)