mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
update kafka messaging
This commit is contained in:
parent
9fea2fc77c
commit
46b4b98d40
6 changed files with 31 additions and 15 deletions
5
pages/api/heartbeat.js
Normal file
5
pages/api/heartbeat.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { ok } from 'lib/response';
|
||||
|
||||
export default async (req, res) => {
|
||||
return ok(res, 'nice');
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue