|
@@ -738,7 +738,7 @@
|
|
|
.off('click', '.ack-client-pro-change')
|
|
|
.on('click', '.ack-client-pro-change', function() {
|
|
|
let trigger = $(this).text('…');
|
|
|
- $.post('/api/clientProPage/accept', {
|
|
|
+ $.post('/api/clientProChange/accept', {
|
|
|
uid: $(this).attr('data-uid')
|
|
|
}, _data => {
|
|
|
if(!hasResponseError(_data)) {
|