We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29735ea commit 415a448Copy full SHA for 415a448
1 file changed
src/default.js
@@ -1,6 +1,6 @@
1
const values = {};
2
3
-values.protocol = 'http';
+values.protocol = 'https';
4
values.hostName = 'pokeapi.co';
5
values.versionPath = '/api/v2/';
6
values.offset = 0;
0 commit comments