Comparing version 0.0.11 to 0.0.12
@@ -71,3 +71,3 @@ import axios from 'axios' | ||
}, | ||
info() { | ||
async info() { | ||
const res = await srv.get('info') | ||
@@ -74,0 +74,0 @@ console.log('info:', res) |
{ | ||
"name": "fwk-api", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Framework with api services access(only javascript)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2566