Can anyone help me with writing a regular expression for the following path?
/private/toolbox/*
I'm stuck because of the * wildcard character.
I've successfully added the two paths below without any issues:
/private/healthcheck
/private/datadog/dashboards
.type(RegExp)).default([/^\/private\/metrics/, /^\/private\/datadog\/dashboards/,/^\/private\/healthcheck/, /^\/alive.txt/]),