This commit is contained in:
Vomitblood 2024-12-12 10:56:17 +08:00
parent 4fa2917f26
commit f891b486df
2 changed files with 3 additions and 3 deletions

View file

@ -34,6 +34,7 @@ PGPASSWORD=asdfpassword
!only listening on localhost is supported. DO NOT run this on a public ip.
- `/health`
- `/health-db`
- `/setup-demo-db`
- `/nuke-db`
- `/fetch-all-users`

View file

@ -1,4 +1,3 @@
import { Server } from "http";
import { atom } from "jotai";
// store which page the user is currently on