5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
// src/middleware/jwk/index.ts
|
|
import { jwk } from "./jwk.js";
|
|
export {
|
|
jwk
|
|
};
|