src/routes/root-routes.lisp

DOWNLOAD
    
\n \n \n \n \n
\n \n \n\")\n\n(defroute root (\"/\" :method :get) ()\n *root*)\n\n(defroute root-blg (\"/blog/\" :method :get) ()\n *root*)\n\n(defroute root-blg-new (\"/blog/new_post\" :method :get) ()\n *root*)\n\n(defroute root-blg-newer (\"/blog/new_post/\" :method :get) ()\n *root*)\n\n(defroute mediamgr (\"/blog/mediamanager\" :method :get) ()\n *root*)\n\n(defroute postmgr (\"/blog/postadmin\" :method :get) ()\n *root*)\n\n\n(defroute post-view (\"/blog/post/:id\" :method :get) ()\n *root*)\n\n(defroute edit (\"/blog/post/edit/:id\" :method :get) ()\n *root*)\n\n(defroute root-blg-2 (\"/blog/tags/:tag\" :method :get) ()\n *root*)\n\n(defroute sdkfpsokopfs (\"/blog/post/:post/version/:ver\" :method :get) ()\n *root*)\n\n(defroute ddddddd (\"/blog/settings\" :method :get) ()\n *root*)\n', { lang : 'lisp', theme : 'rose-pine' }); for (var el = null, _js_arrvar9 = document.querySelectorAll('.line'), _js_idx8 = 0; _js_idx8 < _js_arrvar9.length; _js_idx8 += 1) { (function () { el = _js_arrvar9[_js_idx8]; var lineId = 'line-' + index; el.id = lineId; if (linkedId === lineId) { var element = el; element.classList.add('selected-line-highlighted'); setTimeout(function () { element.classList.remove('selected-line-highlighted'); return element.classList.add('selected-line-unhighlighted'); }, 1000); }; el.addEventListener('click', function (event) { var id10 = event.currentTarget.id; window.location.href = window.location.href.replace(/#.+$/, '') + '#' + id10; return window.location.reload(); }); __PS_MV_REG = []; return ++index; })(); }; });