mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-06 17:41:01 +00:00
Added shortcuts
This commit is contained in:
parent
644b340178
commit
3cc78f0679
16 changed files with 121 additions and 6 deletions
1
web/js/fos_js_routes.js
Normal file
1
web/js/fos_js_routes.js
Normal file
|
@ -0,0 +1 @@
|
|||
fos.Router.setData({"base_url":"","routes":{"starred":{"tokens":[["variable","\/","[^\/]++","page"],["text","\/starred\/list"]],"defaults":{"page":"1"},"requirements":[],"hosttokens":[]},"starred_rss":{"tokens":[["text","\/starred.xml"],["variable","\/","[^\/]++","token"],["variable","\/","[^\/]++","username"]],"defaults":[],"requirements":[],"hosttokens":[]},"homepage":{"tokens":[["variable","\/","\\d+","page"]],"defaults":{"page":1},"requirements":{"page":"\\d+"},"hosttokens":[]}},"prefix":"","host":"localhost","scheme":"http"});
|
Loading…
Add table
Add a link
Reference in a new issue