Skip to content

Commit 0ce5f19

Browse files
committed
TW-1757 Update comment
1 parent 44675be commit 0ce5f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ app.post('/api/notifications', basicAuth, async (req, res) => {
174174
});
175175

176176
app.get('/api/dapps', (req, res) => {
177-
// This request has 'platform' query parameter for the case we need to filter dapps by platform
177+
// This request has 'platform' query parameter for the case we need to filter dapps by the client platform
178178
const data = getDAppsStats();
179179

180180
res.status(200).header('Cache-Control', 'public, max-age=300').send(data);

0 commit comments

Comments
 (0)