Initial commit

This commit is contained in:
2025-01-27 21:58:12 +01:00
commit acf7b5ab6b
16 changed files with 1703 additions and 0 deletions

4
httptests/Index.http Normal file
View File

@@ -0,0 +1,4 @@
### GET request to index
GET http://{{host}}:{{port}}/
###

View File

@@ -0,0 +1,6 @@
{
"dev": {
"host": "127.0.0.1",
"port": "3000"
}
}