init(web): add http server on golang with authentication only

And remove CGI
This commit is contained in:
2023-01-10 20:08:17 +03:00
parent e4188c69a4
commit 7f31d62260
3 changed files with 145 additions and 118 deletions
-4
View File
@@ -28,7 +28,3 @@ add_library(tanabata SHARED ${TANABATA_SRC})
# Tanabata CLI app
add_executable(tfm ${TANABATA_SRC} ${CLI_SRC})
# Authentication CGI app
add_executable(tfm-cgi ${TANABATA_SRC} cgi/cgi.c)
target_link_libraries(tfm-cgi fcgi ssl crypto pthread)