feat(server): Handle creation of a webserver
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Matthieu 'JP' DERASSE
2023-01-09 19:44:29 +00:00
parent adc5055da4
commit 44ff19e779
5 changed files with 95 additions and 2 deletions

2
middleware/README.md Normal file
View File

@ -0,0 +1,2 @@
# Middleware Common
Contain http middlewares that are helpful in the creation of a new webserver