Change frontend proxy to HTTPS
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-06-01 16:53:04 +02:00
parent f45ca68abc
commit 15d25994c6

View File

@@ -2,7 +2,7 @@
"name": "ts-onlinetime-ranks", "name": "ts-onlinetime-ranks",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"proxy": "http://api.tsotr.humenius.me/", "proxy": "https://api.tsotr.humenius.me/",
"dependencies": { "dependencies": {
"@testing-library/jest-dom": "^4.2.4", "@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2", "@testing-library/react": "^9.3.2",