Updated directory structure.

This commit is contained in:
Jakob Friedl
2025-10-03 12:44:28 +02:00
parent ae09e4e7e3
commit b39a0e70e2
18 changed files with 79 additions and 26 deletions

View File

@@ -3,9 +3,8 @@ import strutils, base64
import ./handlers
import ../globals
import ../core/logger
import ../core/[logger, websocket]
import ../../common/[types, utils, serialize, profile]
import ../websocket
# Not Found
proc error404*(request: Request) =