feat: add swagger page
This commit is contained in:
@@ -41,7 +41,12 @@ export default defineConfig({
|
||||
emptyOutDir: true, // also necessary
|
||||
},
|
||||
server: {
|
||||
proxy: {},
|
||||
proxy: {
|
||||
"/swagger": {
|
||||
target: 'http://localhost:5000',
|
||||
changeOrigin: true
|
||||
}
|
||||
},
|
||||
port: 5173,
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user