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
Gatekeeper uses express v3 as server framework.
This needs to be updated to v4.
Alternatively, we could consider using an alternative framework.
I would suggest (micro)[https://github.com/zeit/micro]. It's a lightweight framework, which focuses on new ES2017 syntax and works nicely with async/await. Would work nicely for the few route endpoints we need.
The text was updated successfully, but these errors were encountered:
Gatekeeper uses express v3 as server framework.
This needs to be updated to v4.
Alternatively, we could consider using an alternative framework.
I would suggest (micro)[https://github.com/zeit/micro]. It's a lightweight framework, which focuses on new ES2017 syntax and works nicely with async/await. Would work nicely for the few route endpoints we need.
The text was updated successfully, but these errors were encountered: