mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-08-23 22:28:43 +08:00
Serve both UI assets and REST API from handler
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
<!--
|
||||
This file is used as a template for go's html/template package.
|
||||
Use delimiter "/[[", "]]" to denote actions.
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@@ -45,6 +49,9 @@
|
||||
rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/icon?family=Material+Icons"
|
||||
/>
|
||||
<script>
|
||||
window.ROOT_PATH=/[[.RootPath]];
|
||||
</script>
|
||||
<title>Asynq - Monitoring</title>
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user