Skip to content

Commit b3ef55f

Browse files
authored
fix(api7): make upstream optional in typing (#425)
1 parent 6081e3b commit b3ef55f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/backend-api7/src/typing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface Service {
6666
hosts?: Array<string>;
6767
path_prefix?: string;
6868
strip_path_prefix?: boolean;
69-
upstream: Upstream;
69+
upstream?: Upstream;
7070
plugins?: Plugins;
7171
version?: string;
7272
service_version_id?: string;

0 commit comments

Comments
 (0)