Skip to content

Commit 63668ad

Browse files
committed
fix
1 parent eb0db67 commit 63668ad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h5 class="modal-title">New Record</h5>
132132
</div>
133133

134134
<script>
135-
const API_URL = 'http://localhost:8000/csv_api.php';
135+
const API_URL = 'api.php';
136136
let currentFile = null;
137137
let currentPage = 0;
138138
let pageSize = 10;

0 commit comments

Comments
 (0)