mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Routing updates
This commit is contained in:
parent
2950c0de35
commit
4c928fa8b0
10 changed files with 189 additions and 107 deletions
|
|
@ -14,6 +14,7 @@ const m3u8Regex* = re"""url="(.+.m3u8)""""
|
|||
proc createMediaRouter*(cfg: Config) =
|
||||
router media:
|
||||
get "/pic/?":
|
||||
echo "empty pic"
|
||||
resp Http404
|
||||
|
||||
get "/pic/@url":
|
||||
|
|
|
|||
Loading…
Reference in a new issue