fixed hide schedule bug
This commit is contained in:
parent
ebd6af58ba
commit
1382699dda
3 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue