fixed hide schedule bug

This commit is contained in:
Edward Tirado Jr 2025-05-29 13:55:55 -05:00
parent ebd6af58ba
commit 1382699dda
3 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ export default defineNuxtConfig({
runtimeConfig: {
public: {
apiURL: process.env.API_URL || "http://localhost:8000/api",
apiURL: process.env.API_URL || "http://localhost:8000/v1",
},
},