Merge "objectcache: fully respect "pcTTL" in WANObjectCache instead of using INF...
[lhc/web/wiklou.git] / includes / Rest / coreRoutes.json
1 [
2 {
3 "path": "/user/{name}/hello",
4 "class": "MediaWiki\\Rest\\Handler\\HelloHandler"
5 }
6 ]