synapse/changelog.d/6687.misc
Richard van der Hoff 8f5d7302ac
Implement RedirectException (#6687)
Allow REST endpoint implemnentations to raise a RedirectException, which will
redirect the user's browser to a given location.
2020-01-15 15:58:55 +00:00

2 lines
126 B
Plaintext

Allow REST endpoint implementations to raise a RedirectException, which will redirect the user's browser to a given location.