diff --git a/package.json b/package.json index 5ae85dcc..3d64ae97 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "PORT=5005 next dev", + "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", diff --git a/src/front/Api/LeCoffreApi/Notary/OfficeRib/OfficeRib.ts b/src/front/Api/LeCoffreApi/Notary/OfficeRib/OfficeRib.ts index 9b9432eb..895781a9 100644 --- a/src/front/Api/LeCoffreApi/Notary/OfficeRib/OfficeRib.ts +++ b/src/front/Api/LeCoffreApi/Notary/OfficeRib/OfficeRib.ts @@ -15,7 +15,7 @@ export interface IPostFilesParams {} export default class OfficeRib extends BaseNotary { private static instance: OfficeRib; - private readonly baseURl = this.namespaceUrl.concat("/office/rib"); + private readonly baseURl = this.namespaceUrl.concat("/rib"); private constructor() { super(); diff --git a/src/front/Components/DesignSystem/Header/BurgerMenu/BurgerModal/index.tsx b/src/front/Components/DesignSystem/Header/BurgerMenu/BurgerModal/index.tsx index 42687181..410eb642 100644 --- a/src/front/Components/DesignSystem/Header/BurgerMenu/BurgerModal/index.tsx +++ b/src/front/Components/DesignSystem/Header/BurgerMenu/BurgerModal/index.tsx @@ -81,7 +81,7 @@ export default class BurgerModal extends React.Component { ], rules: [ { - action: AppRuleActions.read, + action: AppRuleActions.update, name: AppRuleNames.users, }, ], diff --git a/src/front/Components/DesignSystem/Header/Navigation/index.tsx b/src/front/Components/DesignSystem/Header/Navigation/index.tsx index 3ac31b2d..e2b2d204 100644 --- a/src/front/Components/DesignSystem/Header/Navigation/index.tsx +++ b/src/front/Components/DesignSystem/Header/Navigation/index.tsx @@ -76,97 +76,97 @@ export default function Navigation() { path={Module.getInstance().get().modules.pages.Folder.pages.FolderArchived.props.path} routesActive={[Module.getInstance().get().modules.pages.Folder.pages.FolderArchived.props.path]} /> - - - + ]}> */} + + {/* */}