mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
import Package from 'next-auth/package.json'
|
|
|
|
export default (req, res) => {
|
|
res.send(Package.version)
|
|
}
|