refactor: identity -> iam
This commit is contained in:
4
modules/iam/routes/me/spec.ts
Normal file
4
modules/iam/routes/me/spec.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { NotFoundError, route, UnauthorizedError } from "@platform/relay";
|
||||
import z from "zod";
|
||||
|
||||
export default route.get("/api/v1/identity/me").errors([UnauthorizedError, NotFoundError]).response(z.any());
|
||||
Reference in New Issue
Block a user