mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
fix: module Html was not exposed
This commit is contained in:
parent
a78c48955b
commit
4bf7c267d6
1 changed files with 2 additions and 0 deletions
|
|
@ -102,3 +102,5 @@ module Util = Tiny_httpd_util
|
|||
(** {2 Static directory serving} *)
|
||||
|
||||
module Dir = Tiny_httpd_dir
|
||||
|
||||
module Html = Tiny_httpd_html
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue