+
+ {{ gmsPlaygroundUri }}
+
+
+
+
+
diff --git a/frontend/src/routes/routes.js b/frontend/src/routes/routes.js
index 57f8fdd32..8c8022c06 100755
--- a/frontend/src/routes/routes.js
+++ b/frontend/src/routes/routes.js
@@ -82,9 +82,16 @@ const routes = [
},
{
path: '/usersearch',
+ component: () => import('@/pages/UserSearch'),
+ meta: {
+ requiresAuth: true,
+ pageTitle: 'user search',
+ },
+ /*
redirect: (to) => {
return { path: '/login' }
},
+ */
},
// {
// path: '/storys',