SciSpike / yaktor-issues

Issues-only repository for issue management of all Yaktor repositories
0 stars 1 forks source link

[CLOSED] path to Response is incorrect in 10_multitenant_middleware #35

Closed matthewadams closed 7 years ago

matthewadams commented 7 years ago

Issue by gacord23 Monday Jun 27, 2016 at 21:10 GMT Originally opened as https://github.com/SciSpike/yaktor-auth/issues/4


defaults to this: var Response = require('yaktor/app/services/rest/Response')

but reality (at time of writing) appears to be this: var Response = require('yaktor/services/Response')