X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=server%2Fhash-lookup.js;h=dd0b0c3160633d643271606cd397916584a907b0;hp=032b87be2f1924397de7bc7c4d4edccaea8c6f26;hb=19afd6bdb8c2d498dd9dd5887ea33c33185443a5;hpb=661cf41244a9be2e618b2a5fe2cf3c03a7e79009 diff --git a/server/hash-lookup.js b/server/hash-lookup.js index 032b87b..dd0b0c3 100644 --- a/server/hash-lookup.js +++ b/server/hash-lookup.js @@ -1,5 +1,5 @@ var grpc = require('grpc'); -var Chess = require('../www/js/chess.min.js').Chess; +var Chess = require('../www/js/chess.js').Chess; var PROTO_PATH = __dirname + '/hashprobe.proto'; var hashprobe_proto = grpc.load(PROTO_PATH).hashprobe;