fix: rename path

This commit is contained in:
Дмитрий
2026-03-25 16:30:29 +03:00
parent 7cbe61f226
commit 54bff3da7d

View File

@@ -1,5 +1,5 @@
import { join } from "path"; import { join } from "path";
export const PROTO_PATHS = { export const PROTO_PATHS = {
AUTH: join(__dirname, "../../proto/auth.proto"), AUTH: join(__dirname, "../../proto/identity.proto"),
} as const; } as const;