Okay?
Okay, now that we've found the route
We'll send out a policy.
Code.exe > ● policies.js - paircast-sails - Visual Studio Code
True.
We re lift the app.
Commit af4f6a7082de1817a226ae7aedf264e4059339a8
--- my-app/config/policies.js
+++ my-app/config/policies.js
@@ -12,6 +12,8 @@ module.exports.policies = {
'*': 'is-logged-in',
+ 'view-hello-world': true,
+
// Bypass the `is-logged-in` policy for:
'entrance/*': true,
'account/logout': true,
ConEmu64.exe > Cmder
We re lift the app.
To go to Hello, world.
And there's our page.
Commit 46d8929b8db39b41d95e69b4b4c838d1fdc70b2d
--- my-app/views/layouts/layout.ejs
+++ my-app/views/layouts/layout.ejs
@@ -155,6 +155,7 @@
<script src="/js/pages/entrance/new-password.page.js"></script>
<script src="/js/pages/entrance/signup.page.js"></script>
<script src="/js/pages/faq.page.js"></script>
+ <script src="/js/pages/hello-world.page.js"></script>
<script src="/js/pages/homepage.page.js"></script>
<script src="/js/pages/legal/privacy.page.js"></script>
<script src="/js/pages/legal/terms.page.js"></script>
Just for fun. Let's edit the styles, so there's another set up. We need to do