Skip to content

Commit f18c605

Browse files
committed
Fırsat kişi ve firma inputları istek adresleri güncellendi
1 parent 244b116 commit f18c605

File tree

6 files changed

+52
-52
lines changed

6 files changed

+52
-52
lines changed

dist/v-form-builder.common.js

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

dist/v-form-builder.umd.js

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

dist/v-form-builder.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/views/controls/DealControl.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
7171
axios({
7272
method:'POST',
73-
url:'/api/quickFilterDeal',
73+
url:'/quickFilterDeal',
7474
baseURL: this.baseUrl,
7575
data: dataObj,
7676
withCredentials:true

src/views/controls/OrganizationControl.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
6969
axios({
7070
method:'POST',
71-
url:'/api/quickFilterOrganizations',
71+
url:'/quickFilterOrganizations',
7272
baseURL: this.baseUrl,
7373
data: dataObj,
7474
withCredentials:true

src/views/controls/UserControl.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
7171
axios({
7272
method:'POST',
73-
url:'/api/quickFilterContact',
73+
url:'/quickFilterContact',
7474
baseURL: this.baseUrl,
7575
data: dataObj,
7676
withCredentials:true

0 commit comments

Comments
 (0)