Fix isCrewSelected method to handle undefined crew value
[allerta-vvf.git] / frontend / proxy.conf.json
blobb3485cc430bc2f270a442484dad9d89b9ddc71e7
2   "/api": {
3     "target": "http://localhost:8000/",
4     "secure": false,
5     "changeOrigin": true
6   },
7   "/docs": {
8     "target": "http://localhost:8000/",
9     "secure": false,
10     "changeOrigin": true
11   }