]> git.ipfire.org Git - ipfire.org.git/commit
fireinfo: Simplify redirection
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Mar 2024 12:46:04 +0000 (12:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Mar 2024 12:46:04 +0000 (12:46 +0000)
commit945aff38e90c22b53ccf45689e334a9a35ec4999
tree688c2d78ee1b747ab379a5a199385cb1f9a3ee6a
parentf784406cf42bd1fb0023b810d4b3c7109bcd3192
fireinfo: Simplify redirection

The redirections didn't work as they incorrectly used the regular
expressions. Since there are so many, it probably is best to simply
redirect everything as is prefixed with /fireinfo and let the service
decide later whether some resource exists.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/web/__init__.py