Skip to content

Remove redundant trailing URI slashes

Daniel Gerhardt requested to merge remove-redundant-trailing-uri-slashes into master

Only the base URIs of entity endpoints end with a trailing slash (e.g. /room/, /content/). While thus far, the API internally rewrote request URIs with a redundant trailing slash, this will no longer be the case in the future.

Related: arsnova-server!567 (merged)

Merge request reports