fix: rename path
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user