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 11a897b commit a8b673aCopy full SHA for a8b673a
app/routes/wikis.js
@@ -37,7 +37,7 @@ router.post(
37
wikisController.newPage
38
)
39
40
-router.put(
+router.patch(
41
'/pages',
42
isUnderMaintenance,
43
auth,
0 commit comments