mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix wrong default path to AJAX client
This commit is contained in:
parent
6e096fa3cb
commit
268c96130c
1 changed files with 1 additions and 1 deletions
|
|
@ -1182,7 +1182,7 @@ WEBSOCKET_PROTOCOL_CLASS = "evennia.server.portal.webclient.WebSocketClient"
|
|||
# resilient to IP address changes.
|
||||
|
||||
# The Ajax Client Class is used to manage all AJAX sessions.
|
||||
AJAX_CLIENT_CLASS = "evennia.server.portal.webclient.ajax.AjaxWebClient"
|
||||
AJAX_CLIENT_CLASS = "evennia.server.portal.webclient_ajax.AjaxWebClient"
|
||||
|
||||
# Ajax Protocol Class is used for all AJAX client connections.
|
||||
AJAX_PROTOCOL_CLASS = "evennia.server.portal.webclient_ajax.AjaxWebClientSession"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue