diff --git a/src/proto/paths.ts b/src/proto/paths.ts index 43ccd49..f2bfb83 100644 --- a/src/proto/paths.ts +++ b/src/proto/paths.ts @@ -1,5 +1,5 @@ import { join } from "path"; export const PROTO_PATHS = { - AUTH: join(__dirname, "../../proto/auth.proto"), + AUTH: join(__dirname, "../../proto/identity.proto"), } as const;