aboutsummaryrefslogtreecommitdiff
path: root/plugins/VNLib.Plugins.Essentials.Content.Routing/src/sample.routes.xml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-19 23:48:07 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-19 23:48:07 -0400
commit204e3a11fa8fcce549a0de2db782f0d0c20b4966 (patch)
tree9432428640ca5702438ec3c1c4a8825b31b8f094 /plugins/VNLib.Plugins.Essentials.Content.Routing/src/sample.routes.xml
parentcd5c949b6f43c65f94f4d7bf6eb535ce6996739e (diff)
Accounts middleware development updates
Diffstat (limited to 'plugins/VNLib.Plugins.Essentials.Content.Routing/src/sample.routes.xml')
-rw-r--r--plugins/VNLib.Plugins.Essentials.Content.Routing/src/sample.routes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/VNLib.Plugins.Essentials.Content.Routing/src/sample.routes.xml b/plugins/VNLib.Plugins.Essentials.Content.Routing/src/sample.routes.xml
index 3c87aa7..bf7297f 100644
--- a/plugins/VNLib.Plugins.Essentials.Content.Routing/src/sample.routes.xml
+++ b/plugins/VNLib.Plugins.Essentials.Content.Routing/src/sample.routes.xml
@@ -17,7 +17,7 @@
Because this route has a more specific path than the catch all route
it will be processed first
-->
- <route routine="1" privilage="0">
+ <route routine="1" privilege="0">
<!--Wildcard host-->
<hostname>*</hostname>
@@ -27,7 +27,7 @@
</route>
<!--Overwrite all other requests to the index file (catch all) using the ServeOther routine (4)-->
- <route routine="4" privilage="0">
+ <route routine="4" privilege="0">
<!--Wildcard hostname-->
<hostname>*</hostname>