dev-server: add a share handler

Change-Id: I211fe078d1bc32b5abb4d3a2c48b0a8b566236de
This commit is contained in:
Brad Fitzpatrick 2013-06-23 13:50:02 -07:00
parent ded8f8d0d7
commit 0cc0cadee9
1 changed files with 7 additions and 0 deletions

View File

@ -238,6 +238,13 @@
"owner": "sha1-f2b0b7da718b97ce8c31591d8ed4645c777f3ef4",
"devBlockStartupOn": "/sync/"
}
},
"/share/": {
"handler": "share",
"handlerArgs": {
"blobRoot": "/bs/"
}
}
}