You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says:
const romcalMiddleware = require('romcal-api').expressMiddleware(romcalConfig);
but it should be:
const romcalMiddleware = require('romcal-api').romcalExpressMiddleware(romcalConfig);
The text was updated successfully, but these errors were encountered:
Good point. Thank you for your feedback. This project is currently on standby (for lack of time), and may only evolve when the next major version of romcal will be released.
It says:
const romcalMiddleware = require('romcal-api').expressMiddleware(romcalConfig);
but it should be:
const romcalMiddleware = require('romcal-api').romcalExpressMiddleware(romcalConfig);
The text was updated successfully, but these errors were encountered: