2024-03-09 23:43:54 +00:00

3 lines
83 B
JavaScript

export default async () => {
throw new OperationError(501, "Not implemented")
}