| 1 | import express from "express"; |
| 2 | import internalSetting from "../internal/setting.js"; |
| 3 | import jwtdecode from "../lib/express/jwt-decode.js"; |
| 4 | import apiValidator from "../lib/validator/api.js"; |
nothing calls this directly
no test coverage detected