This reverts commit 6ee5de3477, reversing
changes made to d7491e8637.
This commit is contained in:
Georg Reisinger
2018-10-29 08:59:29 +01:00
parent 6ee5de3477
commit 84afb3f32d
3 changed files with 3 additions and 70 deletions

View File

@ -1,12 +0,0 @@
$(document).ready(function() {
//DELETE THIS
$.ajax({
type: "POST",
url: "/shoppinglist",
data: {
name: "Name Test",
description: "Description Test"
}
});
// ---
});