Skip to content

Commit 828a5d9

Browse files
committed
Redirect playtak viewer url to local server
1 parent f0aede8 commit 828a5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/games_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def playtakviewer
229229
if(games.length == 1)
230230
game = games[0]
231231
ptn = get_ptn(game)
232-
redirect_to 'https://www.playtak.com/?load=' + URI.encode(ptn)
232+
redirect_to '/?load=' + URI.encode(ptn)
233233
end
234234
end
235235
end

0 commit comments

Comments
 (0)