diff options
author | Yigit Sever | 2021-04-15 05:30:53 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-15 05:30:53 +0300 |
commit | 68c568670ce2608153e0d5709b0a08b2418431b4 (patch) | |
tree | 310eb518a29e0046ba5a24587862f03898a9e6a8 /public/robots.txt | |
parent | dcc2d99140d25c5f163e425fb6ed7246fe88ea54 (diff) | |
download | gradecoin-68c568670ce2608153e0d5709b0a08b2418431b4.tar.gz gradecoin-68c568670ce2608153e0d5709b0a08b2418431b4.tar.bz2 gradecoin-68c568670ce2608153e0d5709b0a08b2418431b4.zip |
Start frontend
Diffstat (limited to 'public/robots.txt')
-rw-r--r-- | public/robots.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..c100df9 --- /dev/null +++ b/public/robots.txt | |||
@@ -0,0 +1,3 @@ | |||
1 | User-agent: * | ||
2 | Allow: / | ||
3 | Sitemap: http://localhost:8080/sitemap.xml | ||