statebus 6.1.17 → 6.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/server.js +0 -5
package/package.json
CHANGED
package/server.js
CHANGED
|
@@ -106,11 +106,6 @@ function import_server (bus, options)
|
|
|
106
106
|
bus.sync_files(x.state_path, x.fs_path)
|
|
107
107
|
})
|
|
108
108
|
|
|
109
|
-
bus.express.use((req, res, next) => {
|
|
110
|
-
console.log('server.js:', req.method, req.url)
|
|
111
|
-
next()
|
|
112
|
-
})
|
|
113
|
-
|
|
114
109
|
// Free the CORS for Braid requests!
|
|
115
110
|
bus.express.use((req, res, next) => {
|
|
116
111
|
// If this requests knows about Braid then we presume the
|