Skip to content

Commit

Permalink
feat(cicd): invalid default api url
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Mar 19, 2024
1 parent 0189a1e commit 911bed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const DEFAULT_KESTRA_API_URL = 'https://api.develop.kestra.io/v1';
const DEFAULT_KESTRA_API_URL = 'https://api.kestra.io/v1';
export default defineNuxtConfig({
modules: [
'@nuxt/devtools',
Expand Down

0 comments on commit 911bed1

Please sign in to comment.