Open danneu opened 7 years ago
Right now, route parameter wildcards must span the entire path segment:
/assets/<filenameAndExtension>
But it'd be nicer if wildcards didn't have to:
/assets/<filename>.txt
Right now, route parameter wildcards must span the entire path segment:
But it'd be nicer if wildcards didn't have to: