Skip to content

Commit 6c05105

Browse files
committed
chore: modify comments
1 parent f176ea5 commit 6c05105

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/js/endpoints.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
- path: /v1/collections/:collectionId/categories/count
1919
get:
2020
query: |-
21-
-- comment
21+
-- Comments before query is allowed
2222
SELECT COUNT(DISTINCT s.category_id) AS counter
23-
-- comment2
23+
-- ... as well as within a query
2424
FROM collections_series cs
25-
-- comment3
2625
JOIN series s
2726
ON s.id = cs.series_id
2827
WHERE cs.collection_id = :p.collectionId

0 commit comments

Comments
 (0)