diff options
| author | Ritesh Ghosh <[email protected]> | 2023-09-10 19:37:00 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-09-10 19:37:00 +0530 |
| commit | de34e7ae57e0454592be7cce15e49327a9183f00 (patch) | |
| tree | 10c52aeb4e55a7ed46409539ec8fd9c7878312bc | |
| parent | 6ebee632d7e894b31f7e1fc8aece4b9e8456542a (diff) | |
| download | aniwatch-api-de34e7ae57e0454592be7cce15e49327a9183f00.tar.xz aniwatch-api-de34e7ae57e0454592be7cce15e49327a9183f00.zip | |
feat: add `robots.txt`
| -rw-r--r-- | public/robots.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..fdbb711 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,5 @@ +# START aniwatch-api +Disallow: + +User-agent: * +# END aniwatch-api
\ No newline at end of file |
