]> Untitled Git - lemmy.git/commitdiff
Changing front end hot reload testing to 8536
authorDessalines <tyhou13@gmx.com>
Mon, 29 Jun 2020 20:55:14 +0000 (16:55 -0400)
committerDessalines <tyhou13@gmx.com>
Mon, 29 Jun 2020 20:55:14 +0000 (16:55 -0400)
ui/src/env.ts

index a57b93498fcd533993f025b9c654735ef5795456..5003986b51a83e29a9aa5e2d6c24fd60cdbe0a08 100644 (file)
@@ -1,6 +1,6 @@
 const host = `${window.location.hostname}`;
 const port = `${
-  window.location.port == '4444' ? '8540' : window.location.port
+  window.location.port == '4444' ? '8536' : window.location.port
 }`;
 const endpoint = `${host}:${port}`;