X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fsocket_url.js.dist;fp=public%2Fjavascripts%2Fsocket_url.js.dist;h=e3c0971cd087dcad8746b566cacae4ebdea6ef18;hp=c33fc595dd89b3f565b033d50e1a2d043f8930f9;hb=625022fdcf750f0aff8fcd699f7e9b89730e1d10;hpb=b955c65b942d09d24b5c3bed0d755d4f2f8f71f1 diff --git a/public/javascripts/socket_url.js.dist b/client/src/socket_url.js.dist similarity index 53% rename from public/javascripts/socket_url.js.dist rename to client/src/socket_url.js.dist index c33fc595..e3c0971c 100644 --- a/public/javascripts/socket_url.js.dist +++ b/client/src/socket_url.js.dist @@ -1,2 +1,2 @@ // URL of your socket server (rename into socket_url.js) -const socketUrl = "ws://localhost:3000"; +export default socketUrl = "ws://localhost:3000";