Files
kami-parse-server/public/custom_page.html
Manuel de50b7b23d Add custom routes to pages router (#7231)
* added custom routes

* fixed docs typos

* added page.customRoutes config validation

* added 404 response if missing custom route response

* added docs

* minor README formatting

* added CHANGELOG entry

* fixed bug in definitions builder that did not recognize array of custom type

* added missing route handler definition

* fixed custom routes definition
2021-03-07 13:51:35 +01:00

16 lines
192 B
HTML

<!DOCTYPE html>
<!--
This page demonstrates how to use custom pages in custom routes.
-->
<html>
<head>
<title>{{appName}}</title>
</head>
<body>
<h1>{{appName}}</h1>
</body>
</html>