Skip to content

Commit 417b4b8

Browse files
feat: sanitize URLs + semantic conventions for header attributes (#317)
1 parent fbf2ff6 commit 417b4b8

File tree

7 files changed

+2407
-51
lines changed

7 files changed

+2407
-51
lines changed

e2e/react-router/src/main.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
import Root from './routes/root'
1212
import Welcome from './routes/welcome'
1313
import PrivacyDemo from './routes/privacy-demo'
14+
import HttpTest from './routes/http-test'
1415

1516
function rootAction() {
1617
const contact = { name: 'hello' }
@@ -57,6 +58,7 @@ const router = createBrowserRouter(
5758
</Route>
5859
<Route path={'/welcome'} element={<Welcome />} />
5960
<Route path={'/privacy'} element={<PrivacyDemo />} />
61+
<Route path={'/http-test'} element={<HttpTest />} />
6062
</>,
6163
),
6264
)

0 commit comments

Comments
 (0)