PR comments
This commit is contained in:
parent
bd6ad0ff0e
commit
c4a6a92bdb
|
@ -4,7 +4,7 @@ export const buildAIEndpoints = API => ({
|
|||
*/
|
||||
generateCronExpression: async ({ prompt }) => {
|
||||
return await API.post({
|
||||
url: "/api/ai/generate/cron",
|
||||
url: "/api/ai/cron",
|
||||
body: { prompt },
|
||||
})
|
||||
},
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit dcc9e50b8064a2097d408771462ad80f48de7ff6
|
||||
Subproject commit f35190a594afb04525d0bc4405bea8a04bd62b42
|
Loading…
Reference in New Issue