This website requires JavaScript.
Explore
Help
Sign In
BradNut
/
umami
Watch
1
Star
0
Fork
You've already forked umami
0
mirror of
https://github.com/BradNut/umami
synced
2025-09-08 17:40:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
689b732829
umami
/
pages
/
api
/
heartbeat.js
6 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Use next-basics package.
2022-08-29 03:20:54 +00:00
import
{
ok
}
from
'next-basics'
;
update kafka messaging
2022-08-25 18:07:47 +00:00
export
default
async
(
req
,
res
)
=>
{
Fix www replace.
2022-09-05 22:35:36 +00:00
return
ok
(
res
)
;
update kafka messaging
2022-08-25 18:07:47 +00:00
}
;
Reference in a new issue
Copy permalink