diff options
author | Anton Dubik <44112567+asketonim@users.noreply.github.com> | 2020-01-02 14:19:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 14:19:55 +0300 |
commit | 2201113c6c55352159e20d083a59ae2373ba56cc (patch) | |
tree | 8f953ba4dc419012b9baa5e15479bf1589ab1113 /package.json | |
parent | 7b8dd0a9a222323d52cb22e93518430c793353f5 (diff) | |
parent | bbcc4214d3064d58cf59265db2da326c629232ff (diff) | |
download | chrono-cube-ui-2201113c6c55352159e20d083a59ae2373ba56cc.tar.gz |
Merge pull request #11 from Eug-VS/requests
Create functions for GET and POST requests
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index d816b05..185f490 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.4.0", "@testing-library/user-event": "^7.2.1", + "axios": "^0.19.0", "react": "^16.12.0", "react-dom": "^16.12.0", "react-scripts": "3.3.0", |