summaryrefslogtreecommitdiff
path: root/src/master_content.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/master_content.hpp')
-rw-r--r--src/master_content.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/master_content.hpp b/src/master_content.hpp
index ff40b09..23db633 100644
--- a/src/master_content.hpp
+++ b/src/master_content.hpp
@@ -28,6 +28,10 @@ struct master : public cppcms::base_content {
login_link = "/strusCms/login";
logout_link = "/strusCms/logout";
}
+
+ std::string root( ) {
+ return "/strusCms";
+ }
};
}