diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-24 11:20:11 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-11-15 21:54:20 +0100 |
commit | 3cc78f06799b0c91957767e8d9255e67b30edd96 (patch) | |
tree | 88aca51a22f8c7ec9a2894b689732be571111e3a /web/js | |
parent | 644b340178136ef9465fdc3cf40f1de0f5f8c3d3 (diff) | |
download | wallabag-3cc78f06799b0c91957767e8d9255e67b30edd96.tar.gz wallabag-3cc78f06799b0c91957767e8d9255e67b30edd96.tar.zst wallabag-3cc78f06799b0c91957767e8d9255e67b30edd96.zip |
Added shortcuts
Diffstat (limited to 'web/js')
-rw-r--r-- | web/js/fos_js_routes.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/js/fos_js_routes.js b/web/js/fos_js_routes.js new file mode 100644 index 00000000..cb21f1c4 --- /dev/null +++ b/web/js/fos_js_routes.js | |||
@@ -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"}); \ No newline at end of file | |||