diff --git a/src/constants/endpoints.js b/src/constants/endpoints.js
index 2aeaf26a..89e1f1fc 100644
--- a/src/constants/endpoints.js
+++ b/src/constants/endpoints.js
@@ -15,6 +15,10 @@ const endpoints = {
url: "/vehicle/api/v1/vehicle/years",
method: "GET",
},
+ GetVehicleMakes: {
+ url: "/vehicle/api/v1/vehicle/makes/",
+ method: "GET",
+ },
};
export { endpoints };
diff --git a/src/layouts/vehicle-make/make-question/make-question.vue b/src/layouts/vehicle-make/make-question/make-question.vue
new file mode 100644
index 00000000..f99f5d45
--- /dev/null
+++ b/src/layouts/vehicle-make/make-question/make-question.vue
@@ -0,0 +1,59 @@
+
+