From 83aaef0f824e8776ddf4c60a44e6d56c21a0efcc Mon Sep 17 00:00:00 2001 From: Pitu Date: Thu, 19 Jan 2017 02:37:35 -0300 Subject: Changed request system and post data Changed from XMLHttpRequest to Axiios and made every POST call to look for params or json and not pass the values as headers. Token is still a header though --- pages/home.html | 1 + pages/panel.html | 1 + 2 files changed, 2 insertions(+) (limited to 'pages') diff --git a/pages/home.html b/pages/home.html index 2a1fae8..2fa0158 100644 --- a/pages/home.html +++ b/pages/home.html @@ -7,6 +7,7 @@ + diff --git a/pages/panel.html b/pages/panel.html index 641b372..a8ae048 100644 --- a/pages/panel.html +++ b/pages/panel.html @@ -6,6 +6,7 @@ + -- cgit v1.2.3