0.29.2 - Fix config caching

This commit is contained in:
Mike Primm 2012-01-11 14:07:36 +08:00 committed by mikeprimm
parent c681a9284a
commit aadba68e83
3 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,7 @@
var config = {
// For internal server or proxying webserver.
url : {
configuration : 'up/configuration?_={timestamp}',
configuration : 'up/configuration',
update : 'up/world/{world}/{timestamp}',
sendmessage : 'up/sendmessage'
},