-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a24660
commit e2b6d24
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Plankton
updated
10 files
+6 −14 | README.md | |
+6 −6 | example/middleware/src/main.js | |
+4 −12 | example/middleware/src/test.js | |
+0 −8 | index.js | |
+40 −2 | lib/group.js | |
+10 −19 | lib/middleware/cors.js | |
+5 −12 | lib/middleware/pathbase.js | |
+29 −36 | lib/middleware/staticfile.js | |
+139 −46 | lib/plankton.js | |
+1 −1 | package.json |