mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-09-04 18:04:31 +08:00
Serve both UI assets and REST API from handler
This commit is contained in:
5
ui/src/global.d.ts
vendored
Normal file
5
ui/src/global.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
interface Window {
|
||||
// Root URL path for asynqmon app.
|
||||
// ROOT_PATH should not have the tailing slash.
|
||||
ROOT_PATH: string;
|
||||
}
|
||||
Reference in New Issue
Block a user