mirror of
https://github.com/BradNut/node-auth
synced 2025-09-08 17:40:17 +00:00
5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
|
|
import { client } from '../db.js'
|
||
|
|
|
||
|
|
export const session = client.db("test").collection("session")
|
||
|
|
|