We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8ac3f commit bdf0847Copy full SHA for bdf0847
navigation.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-module.exports = {
+export default {
4
Introduction: {
5
slug: 'introduction',
6
sections: {
@@ -37,7 +37,7 @@ module.exports = {
37
Controllers: 'controllers',
38
Middleware: 'middleware',
39
Session: 'session',
40
- // 'CSRF Protection': 'csrf-protection',
+ 'CSRF Protection': 'csrf-protection',
41
// 'Request Lifecycle': 'request-lifecycle',
42
// Authentication: 'authentication',
43
// Authorization: 'authorization',
0 commit comments