Revert "Revert "Merge branch 'master' of https://github.com/LukasNowy/SmartShopper""

This reverts commit 84afb3f32d.
This commit is contained in:
Georg Reisinger
2018-10-29 09:00:25 +01:00
parent 84afb3f32d
commit ea913a9088
3 changed files with 70 additions and 3 deletions

View File

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