From 58edb8d26247b575739fd774ebbc098731ad6d2f Mon Sep 17 00:00:00 2001 From: Ethosa Date: Tue, 3 Sep 2024 18:01:43 +0700 Subject: [PATCH] fix --- src/happyx_native/app/app.nim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/happyx_native/app/app.nim b/src/happyx_native/app/app.nim index 266e808..972ed4b 100644 --- a/src/happyx_native/app/app.nim +++ b/src/happyx_native/app/app.nim @@ -7,7 +7,7 @@ import macros, os, sequtils, strformat, osproc, json, threadpool, browsers, uri, tables, terminal, parsecfg, - jsonutils, sugar, tables, cgi + jsonutils, sugar, tables, cgi, uri ], happyx/core/constants, happyx/ssr/server, @@ -57,7 +57,8 @@ export sequtils, terminal, browsers, - utils + utils, + uri var websocketClient*: WebSocket