Got all tests passing again

This commit is contained in:
Chris Troutner
2021-07-17 08:15:02 -07:00
parent 6f619db666
commit e04cb1f05a
8 changed files with 76 additions and 3230 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ async function startServer () {
// Attach REST API and JSON RPC controllers to the app.
const controllers = require('../src/controllers')
controllers.attachControllers(app)
await controllers.attachControllers(app)
// Enable CORS for testing
// THIS IS A SECURITY RISK. COMMENT OUT FOR PRODUCTION