mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:38:13 +00:00
fix(docs): api document is not accessible
This commit is contained in:
parent
41b023987b
commit
9cfdb7456a
@ -10,7 +10,7 @@ export default defineConfig({
|
||||
'process.env.API_HOSTNAME': process.env.API_HOSTNAME,
|
||||
},
|
||||
proxy: {
|
||||
'/api': {
|
||||
'/api/': {
|
||||
'target': `http://localhost:${process.env.API_PORT}/`,
|
||||
'changeOrigin': true,
|
||||
'pathRewrite': { '^/api/': '/api/' },
|
||||
|
@ -1,10 +0,0 @@
|
||||
---
|
||||
toc: menu
|
||||
---
|
||||
|
||||
# Action
|
||||
|
||||
## action.params
|
||||
|
||||
## action.mergeParams()
|
||||
|
Loading…
Reference in New Issue
Block a user