Skip to content
Snippets Groups Projects

Resolve "Remove proxy"

Merged Albin Henriksson requested to merge 125-remove-proxy into dev
22 files
+ 47
44
Compare changes
  • Side-by-side
  • Inline
Files
22
@@ -4,7 +4,7 @@ import Types from './types'
export const getCities = () => async (dispatch: AppDispatch) => {
await axios
.get('/misc/cities')
.get('/api/misc/cities')
.then((res) => {
dispatch({
type: Types.SET_CITIES,
Loading