diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-08-14 11:52:56 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-08-14 11:52:56 +0100 |
commit | c75add6ec87cb548b5cc74b7e6e0c56d78d5eae9 (patch) | |
tree | a3d49973303039996d9aaee7a05bad44df83a80c /synapse/api | |
parent | If the web client is enabled, automatically redirect root '/' to the web clie... (diff) | |
download | synapse-c75add6ec87cb548b5cc74b7e6e0c56d78d5eae9.tar.xz |
Added a urls module for keeping client and federation prefixes.
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/urls.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/synapse/api/urls.py b/synapse/api/urls.py new file mode 100644 |