Added mock build. Part 5

This commit is contained in:
alexey
2025-03-14 00:06:42 +03:00
parent 2059e19d0d
commit 9cf2aabc65
6 changed files with 207 additions and 14 deletions

2
app.rb
View File

@@ -26,7 +26,7 @@ def print_error_page(error_status, error_meaasge)
end
cfg = IniConfig.new()
db = DBase.new()
db = DBase.new(cfg)
set :port, cfg.get_port
set :public_folder, File.dirname(__FILE__) + "/public"