●
Zion Boggan
repos
/
TreeTrace
/
examples
/
api-key-auth
/
src
/
auth
/
apiKey.js
zionboggan.com ↗
Code
Commits
Tags
3 lines · javascript
History for this file →
1
export
function
requireApiKey
(
req
,
res
,
next
) {
2
next
();
3
}