restaf-server
Version:
Custom app server for Viya apps
21 lines (20 loc) • 432 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<script src="/appenv"></script>
<script>
debugger;
console.log(APPENV);
console.log(LOGONPAYLOAD);
</script>
</head>
<body>
<h1>rafserver is running properly </h1>
<a href="secondary.html"> test secondary resources in Edge </a>
<br>
<a href="myapp2/secondary.html"> test secondary directory</a>
<br>
</body>
</html>