diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-01-02 16:20:42 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-01-02 16:20:42 +0100 |
commit | 20addbe8fd0ac4c79c8a69a4f888ec320a9ca4c3 (patch) | |
tree | 2c3f0b13a8037500bb58504aadc13315c301f1f9 /blog/hash_host | |
parent | 3d3ac5d05cf2851444b835b5bbc0236111f53673 (diff) |
Refactor
Diffstat (limited to 'blog/hash_host')
-rwxr-xr-x | blog/hash_host/hash_blog.ml | 1 | ||||
-rwxr-xr-x | blog/hash_host/hash_localhost.ml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/blog/hash_host/hash_blog.ml b/blog/hash_host/hash_blog.ml new file mode 100755 index 0000000..f5e172e --- /dev/null +++ b/blog/hash_host/hash_blog.ml @@ -0,0 +1 @@ +let expected_host = [%static_hash "blog.chimrod.com"] diff --git a/blog/hash_host/hash_localhost.ml b/blog/hash_host/hash_localhost.ml new file mode 100755 index 0000000..c652b6a --- /dev/null +++ b/blog/hash_host/hash_localhost.ml @@ -0,0 +1 @@ +let expected_host = [%static_hash ""] |