Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethosa committed Sep 3, 2024
1 parent e01f798 commit fbedeb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/happyx_native/app/app.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import
macros, os, sequtils, strformat,
osproc, json, threadpool, browsers,
uri, tables, terminal, parsecfg,
jsonutils, sugar, tables
jsonutils, sugar, tables, cgi
],
happyx/core/constants,
happyx/ssr/server,
Expand All @@ -32,11 +32,11 @@ when defined(export2android):
../android/core,
../android/autils
export
macros, mimetypes, autils
macros, mimetypes, autils, cgi

when defined(buildAssets):
import mimetypes
export macros, mimetypes
export macros, mimetypes, cgi

export
server,
Expand Down

0 comments on commit fbedeb3

Please sign in to comment.