pstream-backend/server/routes/metrics/providers.put.ts
2025-05-05 09:53:17 -06:00

2 lines
108 B
TypeScript

// Redirect to the POST handler which now supports both methods
export { default } from './providers.post';