We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428f765 commit 47bcdb6Copy full SHA for 47bcdb6
src/app/service/episode.service.ts
@@ -33,7 +33,7 @@ export class EpisodeService {
33
}
34
35
addFreeTheme(value: Theme) {
36
- return this.apiClient.post<Theme>(`${this.themeBaseUrl}`, value)
+ return this.apiClient.post<Theme>(`${environment.apiUrl}/free-theme`, value)
37
38
39
updateTimestamp(episodeId: Number, theme: Theme): any {
@@ -60,4 +60,4 @@ export class EpisodeService {
60
return this.apiClient.delete(`${this.baseUrl}/${id}/remove`)
61
62
63
-}
+}
0 commit comments