diff --git a/mount%28%29.md b/mount%28%29.md new file mode 100644 index 0000000..41b3628 --- /dev/null +++ b/mount%28%29.md @@ -0,0 +1,5 @@ +WiEXTENSION ONLY +This can only be used in code which runs on the server. +mount() +Mounts express middleware to the main server express app. See the express docs for usage. +This is generally used in tandem Router. See Custom Routes for a full guide.