Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 269b7c6

Browse files
committed
change snapcraft api url to custom scrapped api
1 parent b275587 commit 269b7c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apiClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { flathubStructure, snapStrucuure, appimageStructure } from './dataStruct
44
export class ApiClient {
55

66
private flathubApi = 'https://flathub.org/api/v1/apps/'
7-
private snapApi = 'https://search.apps.ubuntu.com/api/v1/search'
7+
private snapApi = 'https://raw.githubusercontent.com/MuhammedKpln/chob-snap-api/master/snapcraft.json'
88
private appimageApi = 'https://appimage.github.io/feed.json'
99

1010
private flathubData;

0 commit comments

Comments
 (0)