change api
This commit is contained in:
Vendored
+2
-2
@@ -132,7 +132,7 @@ function tambahdanserahanfunc(e)
|
||||
|
||||
$.ajax({
|
||||
method:"POST",
|
||||
url: 'http://api.localhost:8000/api/requestTeller/ALS/SAMSIANA',
|
||||
url: api_url + '/api/requestTeller/ALS/SAMSIANA',
|
||||
data: {
|
||||
"modal" : txt,
|
||||
"serahan" : 0
|
||||
@@ -155,7 +155,7 @@ function tambahdanserahanfunc(e)
|
||||
|
||||
$.ajax({
|
||||
method:"POST",
|
||||
url: 'http://api.localhost:8000/api/requestTeller/ALS/SAMSIANA',
|
||||
url: api_url + '/api/requestTeller/ALS/SAMSIANA',
|
||||
data: {
|
||||
'modal' : 0,
|
||||
'serahan' : txt
|
||||
|
||||
Reference in New Issue
Block a user