1
0
Fork 0
mirror of synced 2024-10-05 04:25:21 +13:00

PR comments

This commit is contained in:
Martin McKeaveney 2024-10-01 17:03:06 +01:00
parent bd6ad0ff0e
commit c4a6a92bdb
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ export const buildAIEndpoints = API => ({
*/ */
generateCronExpression: async ({ prompt }) => { generateCronExpression: async ({ prompt }) => {
return await API.post({ return await API.post({
url: "/api/ai/generate/cron", url: "/api/ai/cron",
body: { prompt }, body: { prompt },
}) })
}, },

@ -1 +1 @@
Subproject commit dcc9e50b8064a2097d408771462ad80f48de7ff6 Subproject commit f35190a594afb04525d0bc4405bea8a04bd62b42