diff --git a/.envdev b/.envdev index 6e4b945..8ba1f5d 100644 --- a/.envdev +++ b/.envdev @@ -12,4 +12,5 @@ DB_USERNAME=template DB_PASSWORD=pikachu DB_TIMEZONE=Australia/Sydney -SESSION_SECRET=secret \ No newline at end of file +SESSION_SECRET=secret +SESSION_ADMIN=adminsecret \ No newline at end of file diff --git a/client/components/app.jsx b/client/components/app.jsx index 876b1e4..4b6fd95 100644 --- a/client/components/app.jsx +++ b/client/components/app.jsx @@ -38,11 +38,13 @@ const App = props => {
import('./pages/homepage')} /> - + import('./pages/signup')} /> import('./pages/login')} /> import('./pages/account')} /> - + + import('./pages/admin')} /> + import('./pages/not-found')} />