forked from Monster-ZeroX/Telegram-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnow.json
14 lines (14 loc) · 1017 Bytes
/
now.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"rewrites": [
{ "source": "/api/pluto/:match*", "destination": "https://pluto.web.telegram.org/:match*" },
{ "source": "/api/venus/:match*", "destination": "https://venus.web.telegram.org/:match*" },
{ "source": "/api/aurora/:match*", "destination": "https://aurora.web.telegram.org/:match*" },
{ "source": "/api/vesta/:match*", "destination": "https://vesta.web.telegram.org/:match*" },
{ "source": "/api/flora/:match*", "destination": "https://flora.web.telegram.org/:match*" },
{ "source": "/api/pluto-1/:match*", "destination": "https://pluto-1.web.telegram.org/:match*" },
{ "source": "/api/venus-1/:match*", "destination": "https://venus-1.web.telegram.org/:match*" },
{ "source": "/api/aurora-1/:match*", "destination": "https://aurora-1.web.telegram.org/:match*" },
{ "source": "/api/vesta-1/:match*", "destination": "https://vesta-1.web.telegram.org/:match*" },
{ "source": "/api/flora-1/:match*", "destination": "https://flora-1.web.telegram.org/:match*" }
]
}