Skip to content

Commit ae3676d

Browse files
simple fix
1 parent a99377a commit ae3676d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/partials/scripts.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
var formData = $('#deleteEventForm').serialize();
278278
279279
$.ajax({
280-
url: 'https://alexdevuwu.com/deleteEvent',
280+
url: 'https://alexdevuwu.com/removeEvent',
281281
type: 'POST',
282282
headers: {
283283
'Authorization': 'Basic ' + btoa(username + ':' + password),

0 commit comments

Comments
 (0)