Files
short_url/short-url.cfg.example.json
T
Jonathan Bernard 5674c1e95c Initial version.
2025-07-26 19:30:54 -05:00

8 lines
168 B
JSON

{
"mappings": {
"/hn": "https://news.ycombinator.com",
"/([^/]+)/latest": "https://app.abbey.com/discussions/$1?order=timestamp,desc"
},
"port": "8081"
}