Reckless_Satoshi eb725331d0 Fix bug on protocol (#368)
* Update Main.tsx (#367)

Change in line 155
old: setBaseUrl(`http://${host}`);
new: setBaseUrl(`${location.protocol}://${host}`);

Co-authored-by: Nailuj2000 <irc@extralab.net>

* Fix typo url

---------

Co-authored-by: Nailuj2000 <irc@extralab.net>
2023-02-24 11:13:07 +00:00
..
2023-02-24 11:13:07 +00:00
2022-01-01 15:05:55 -08:00
2022-08-28 00:20:45 +02:00
2022-10-20 20:53:51 +00:00
2022-02-17 11:50:10 -08:00
2022-10-20 20:53:51 +00:00
2023-02-12 06:51:00 -08:00
2023-02-12 06:51:00 -08:00
2022-10-20 20:53:51 +00:00
2022-10-24 14:34:21 +00:00
2023-02-21 17:22:48 +00:00