浏览代码

Set case sensitive option for admin route

Tatiana Inama 6 年之前
父节点
当前提交
1057d86f94
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Router.tsx

+ 1 - 1
src/Router.tsx

@@ -18,7 +18,7 @@ export const AppRouting = () => {
           <Route exact path="/">
             <App></App>
           </Route>
-          <Route path="/admin">
+          <Route sensitive path="/admin">
             <Admin></Admin>
           </Route>
           <Route path="/terms">