Browse Source

upd scrollbar app route

master
Ivan Polyakov 2 years ago
parent
commit
4a4a17716f
  1. 2
      backend/src/routes.h

2
backend/src/routes.h

@ -41,7 +41,7 @@ int res_scrollbar(struct route *route, FCGX_Request *req, const char **dest); @@ -41,7 +41,7 @@ int res_scrollbar(struct route *route, FCGX_Request *req, const char **dest);
static struct route routes[2] = {
{
"/webapps/scrollbar.xhtml",
"/webapps/scrollbar.html",
&res_scrollbar,
{
/* key defaultval val */

Loading…
Cancel
Save