We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1f0e2 commit d1d62a5Copy full SHA for d1d62a5
.choreo/component.yaml
@@ -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
-
+version: 0.1
8
endpoints:
9
- name: root
+ port: 3000
10
type: REST
11
- service:
12
- basePath: /
13
- port: 3000
14
- networkVisibilities:
15
- - Public
16
+ networkVisibility: Public
+ context: /
17
- name: list
18
19
20
- basePath: /list
21
22
23
24
25
-configuration:
26
- auth:
27
- type: NONE
+ context: /list
0 commit comments