feat: add elasticsearch menu (#257)

This commit is contained in:
innerpeacez
2023-04-13 17:08:00 +08:00
committed by GitHub
parent 49a5481fb0
commit ceae10cbfa
4 changed files with 19 additions and 0 deletions

View File

@@ -385,5 +385,6 @@ const msg = {
AWSGateway: "AWS API Gateway",
APIGateway: "API Gateway",
redis: "Redis",
elasticsearch: "Elasticsearch",
};
export default msg;