Skip to content

Commit d1d62a5

Browse files
authored
fix: use older version of choreo manifest
1 parent aa1f0e2 commit d1d62a5

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

.choreo/component.yaml

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,12 @@
1-
schemaVersion: 1.0
2-
name: codex-api
3-
version: 1.0.0
4-
displayName: CodeX API
5-
description: Service for code execution and supported language retrieval.
6-
type: REST
7-
1+
version: 0.1
82
endpoints:
93
- name: root
4+
port: 3000
105
type: REST
11-
service:
12-
basePath: /
13-
port: 3000
14-
networkVisibilities:
15-
- Public
16-
6+
networkVisibility: Public
7+
context: /
178
- name: list
9+
port: 3000
1810
type: REST
19-
service:
20-
basePath: /list
21-
port: 3000
22-
networkVisibilities:
23-
- Public
24-
25-
configuration:
26-
auth:
27-
type: NONE
11+
networkVisibility: Public
12+
context: /list

0 commit comments

Comments
 (0)