diff options
author | Yigit Sever | 2021-04-15 05:30:53 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-15 05:30:53 +0300 |
commit | 82f8e6877a57316860a9468f523decaae9f7529b (patch) | |
tree | 174a0d5a0e5918f4eb41cfba1a45a469531d64d2 /public/robots.txt | |
parent | ee5dcba9046cdad96af673446165af0169fe15fe (diff) | |
download | gradecoin-82f8e6877a57316860a9468f523decaae9f7529b.tar.gz gradecoin-82f8e6877a57316860a9468f523decaae9f7529b.tar.bz2 gradecoin-82f8e6877a57316860a9468f523decaae9f7529b.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 | ||