diff --git a/src/routesConfiguration.js b/src/routesConfiguration.js
index c01db109..f9b80984 100644
--- a/src/routesConfiguration.js
+++ b/src/routesConfiguration.js
@@ -64,12 +64,14 @@ const routesConfiguration = [
component: props => ,
},
{
+ auth: true,
path: '/l/new',
exact: true,
name: 'NewListingPage',
component: props => ,
},
{
+ auth: true,
path: '/l/:slug/:id/edit',
exact: true,
name: 'EditListingPage',