We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dc7dd commit 7f32361Copy full SHA for 7f32361
src/services/WidgetService.js
@@ -1,6 +1,7 @@
1
const widgetUrl = "https://afternoon-earth-72200.herokuapp.com/api/widgets"
2
const topicsUrl = "https://afternoon-earth-72200.herokuapp.com/api/topics"
3
4
+//comment
5
export const findWidgetsForTopic = (topicId) =>
6
fetch(`${topicsUrl}/${topicId}/widgets`)
7
.then(response => response.json())
0 commit comments