0.0.07 form poster

This commit is contained in:
SBD
2025-01-10 21:32:17 +03:00
parent 66e00af171
commit 4c96c94549
5 changed files with 15 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ class api {
this.data_type = props.data_type;
this.type = props.type || 'POST';
this.success_callback = props.success;
this.error_callback = props.error_callback;
this.error_callback = props.error;
}
ajaxRequest (){