fix handler strip path

This commit is contained in:
2025-03-26 08:30:51 -04:00
parent b44b6a331c
commit f8279d9653
3 changed files with 12 additions and 4 deletions

View File

@ -10,8 +10,8 @@ import (
)
type GRPCOpts struct {
*config.GRPCConfig
*AppGRPC
*config.GRPCConfig // Settings configurable by env or yaml
*AppGRPC // Settings provided in code
}
type AppGRPC struct {