Skip to content

Commit 481975b

Browse files
One more case
Signed-off-by: Lukasz Gryglicki <[email protected]> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent 40f35c1 commit 481975b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/count_apis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jq -r '
2121
' "${1}" \
2222
| sed -E 's#/{2,}#/#g' \
2323
| sed -E 's#/$##' \
24-
| sed -E 's#\.(png|svg|css|js|json|xml)$#.<asset>#g' \
24+
| sed -E 's#\.(png|svg|css|js|json|xml|htm|html)$#.<asset>#g' \
2525
| sed -E 's#^/v[0-9]+/swagger\.<asset>$#/v*/swagger#g' \
2626
| sed -E 's#^/v[0-9]+/api-docs$#/v*/api-docs#g' \
2727
| sed -E 's/[0-9a-fA-F-]{36}/<uuid>/g' \

0 commit comments

Comments
 (0)