修改 QLAPI 系统通知

This commit is contained in:
whyour
2025-01-12 15:39:28 +08:00
parent 51ef4e7476
commit ad6e08525c
7 changed files with 24 additions and 25 deletions
-1
View File
@@ -1,7 +1,6 @@
const grpc = require('@grpc/grpc-js');
const protoLoader = require('@grpc/proto-loader');
console.log(process.env.QL_DIR);
const PROTO_PATH = `${process.env.QL_DIR}/back/protos/api.proto`;
const options = {
keepCase: true,