complete auth pages sunc with api - complete cities and province combo box in register page
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { ProvinceResponse } from "../../types";
|
||||
import axiosInstance from "../axios";
|
||||
|
||||
export const getProvincesList = () => axiosInstance.post<ProvinceResponse, ProvinceResponse>("/cross/getRouteManager", {
|
||||
url: "/api/GetProvince",
|
||||
db: "verity"
|
||||
})
|
||||
Reference in New Issue
Block a user