Update url

This commit is contained in:
Pusdatin BPKD Jkt
2022-08-08 14:41:55 +07:00
parent cd7da3440d
commit 25e52858f8
11 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
if (e.keyCode == 13){
e.preventDefault();
$.ajax({
url: '/item-search-sts?no_skprd='+$(this).val(),
url: '{{ $baseUrl }}/item-search-sts?no_skprd='+$(this).val(),
dataType: 'json',
success: function (data) {
$("#rkud_tgl").val(data.tgl_validasi);