We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6081e3b commit b3ef55fCopy full SHA for b3ef55f
1 file changed
libs/backend-api7/src/typing.ts
@@ -66,7 +66,7 @@ export interface Service {
66
hosts?: Array<string>;
67
path_prefix?: string;
68
strip_path_prefix?: boolean;
69
- upstream: Upstream;
+ upstream?: Upstream;
70
plugins?: Plugins;
71
version?: string;
72
service_version_id?: string;
0 commit comments