feat(server): partial implementation of session page pagination

This commit is contained in:
Jef Roosens 2025-06-17 09:52:47 +02:00
parent 32d70daab2
commit e8e0c94937
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
7 changed files with 110 additions and 35 deletions

View file

@ -1,9 +1,9 @@
data_dir = "./data"
[net]
# type = "tcp"
# domain = "127.0.0.1"
# port = 8080
type = "tcp"
domain = "127.0.0.1"
port = 8080
type = "unix"
path = "./otter.socket"
# type = "unix"
# path = "./otter.socket"