|
@@ -14,15 +14,15 @@
|
|
|
|
|
|
// jquery
|
|
|
|
|
|
-// $.ajax('http://172.105.205.52:8000/tags', {
|
|
|
-// type: 'GET', // http method
|
|
|
-// success: function (res) {
|
|
|
-// console.log(res);
|
|
|
-// },
|
|
|
-// error: function (err) {
|
|
|
-// console.log(err);
|
|
|
-// }
|
|
|
-// });
|
|
|
+$.ajax('http://172.105.205.52:8000/tags', {
|
|
|
+ type: 'GET', // http method
|
|
|
+ success: function (res) {
|
|
|
+ console.log(res);
|
|
|
+ },
|
|
|
+ error: function (err) {
|
|
|
+ console.log(err);
|
|
|
+ }
|
|
|
+});
|
|
|
|
|
|
// $.get("date-time.php", function(data){
|
|
|
// console.log(res);
|