From 7717112af764f22508f55a9144a212dd0c5533ed Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 6 May 2024 07:58:53 -0300 Subject: url-spec: generalize .path as '<>', not '<>/' This doesn't appear to have broken anything, somehow, but it wasn't supposed to be '<>/' in the first place - that was just a typo. --- src/url-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/url-spec.js b/src/url-spec.js index 2dd63509..ec971c0c 100644 --- a/src/url-spec.js +++ b/src/url-spec.js @@ -2,7 +2,7 @@ import {withEntries} from '#sugar'; const genericPaths = { root: '', - path: '<>/', + path: '<>', }; const urlSpec = { -- cgit 1.3.0-6-gf8a5