mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-02 10:13:35 -05:00
fix: Omni Container /docs Proxy and PyYaml dependency (#2457)
* upgrade pyyaml to ^6.0.1 * add proxy routes for docs
This commit is contained in:
@@ -302,6 +302,16 @@ export default {
|
||||
target: process.env.API_URL || "http://localhost:9000",
|
||||
xfwd: true,
|
||||
},
|
||||
"/docs": {
|
||||
changeOrigin: true,
|
||||
target: process.env.API_URL || "http://localhost:9000",
|
||||
xfwd: true,
|
||||
},
|
||||
"/openapi.json": {
|
||||
changeOrigin: true,
|
||||
target: process.env.API_URL || "http://localhost:9000",
|
||||
xfwd: true,
|
||||
},
|
||||
},
|
||||
|
||||
// PWA module configuration: https://go.nuxtjs.dev/pwa
|
||||
|
||||
Reference in New Issue
Block a user