Added web client prefix

This commit is contained in:
Kegan Dougal 2014-08-14 11:54:37 +01:00
parent c75add6ec8
commit d253a35539
2 changed files with 5 additions and 4 deletions

View file

@ -16,4 +16,5 @@
"""Contains the URL paths to prefix various aspects of the server with. """
CLIENT_PREFIX = "/matrix/client/api/v1"
FEDERATION_PREFIX = "/matrix/federation/v1"
FEDERATION_PREFIX = "/matrix/federation/v1"
WEB_CLIENT_PREFIX = "/matrix/client"