diff options
| author | Syndamia <kamen@syndamia.com> | 2023-12-07 16:49:47 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-12-07 16:49:47 +0200 |
| commit | 4c5733cf47362f1cbd90ce43bf5122e76c0bf22f (patch) | |
| tree | 28c66f3db55bb4438dbb2ef48439b6353a9a791b /.gitmodules | |
| parent | 6d647bdab78f2493d544638779340df26d1d7d67 (diff) | |
| download | pico-web-4c5733cf47362f1cbd90ce43bf5122e76c0bf22f.tar pico-web-4c5733cf47362f1cbd90ce43bf5122e76c0bf22f.tar.gz pico-web-4c5733cf47362f1cbd90ce43bf5122e76c0bf22f.zip | |
[server] Implemented parsing of vhosts
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d12d74d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "sds"] + path = sds + url = https://github.com/antirez/sds.git |
