File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 214
214
method =" POST"
215
215
on:submit |preventDefault ={handleSubmitContribution }
216
216
class =" w-full"
217
- action =" https://stage .commanddash.dev/agent/contribute-source"
217
+ action =" https://api .commanddash.dev/agent/contribute-source"
218
218
>
219
219
<div class =" flex flex-row" >
220
220
<select
Original file line number Diff line number Diff line change 34
34
};
35
35
try {
36
36
const response = await fetch (
37
- " https://stage .commanddash.dev/agent/notify" ,
37
+ " https://api .commanddash.dev/agent/notify" ,
38
38
{
39
39
method: " POST" ,
40
40
body: JSON .stringify (data ),
Original file line number Diff line number Diff line change 110
110
111
111
try {
112
112
const response = await fetch (
113
- " https://stage .commanddash.dev/v2/ai/agent/answer" ,
113
+ " https://api .commanddash.dev/v2/ai/agent/answer" ,
114
114
{
115
115
method: " POST" ,
116
116
body: JSON .stringify (agentData ),
153
153
};
154
154
try {
155
155
const response = await fetch (
156
- " https://stage .commanddash.dev/agent/notify" ,
156
+ " https://api .commanddash.dev/agent/notify" ,
157
157
{
158
158
method: " POST" ,
159
159
body: JSON .stringify (data ),
221
221
try {
222
222
loading = true ;
223
223
const response = await fetch (
224
- " https://stage .commanddash.dev/agent/validate-access" ,
224
+ " https://api .commanddash.dev/agent/validate-access" ,
225
225
{
226
226
headers: {
227
227
" Content-Type" : " application/json" ,
Original file line number Diff line number Diff line change 39
39
loading = true ;
40
40
try {
41
41
const [existingResponse, newResponse] = await Promise .all ([
42
- fetch (" https://stage .commanddash.dev/agent/web/get-agent-list" , {
42
+ fetch (" https://api .commanddash.dev/agent/web/get-agent-list" , {
43
43
headers: {
44
44
" Content-Type" : " application/json" ,
45
45
},
46
46
method: " POST" ,
47
47
body: JSON .stringify ({ cli_version: " 0.0.1" }),
48
48
}),
49
- fetch (" https://stage .commanddash.dev/agent/web/get-highlighted-agent-list" , {
49
+ fetch (" https://api .commanddash.dev/agent/web/get-highlighted-agent-list" , {
50
50
headers: {
51
51
" Content-Type" : " application/json" ,
52
52
},
Original file line number Diff line number Diff line change 72
72
});
73
73
74
74
const response = await fetch (
75
- " https://stage .commanddash.dev/agent/get-latest-agent" ,
75
+ " https://api .commanddash.dev/agent/get-latest-agent" ,
76
76
{
77
77
method: " POST" ,
78
78
headers: {
Original file line number Diff line number Diff line change 22
22
const ref: string = $page .url .searchParams .get (" github" ) || " " ;
23
23
24
24
const response = await fetch (
25
- " https://stage .commanddash.dev/agent/get-latest-agent" ,
25
+ " https://api .commanddash.dev/agent/get-latest-agent" ,
26
26
{
27
27
method: " POST" ,
28
28
headers: {
You can’t perform that action at this time.
0 commit comments