mirror of
https://github.com/mblanke/dopewars-2025.git
synced 2026-03-01 12:50:21 -05:00
Add status function to return server health info
This commit is contained in:
6
backend/server.js
Normal file
6
backend/server.js
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export function status() {
|
||||||
|
return {
|
||||||
|
worldTime: Date.now(),
|
||||||
|
status: "alive"
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user