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