Browse Source

New homepage

test
Amio 6 years ago
parent
commit
65341f4231
  1. 2
      README.md
  2. 2
      service.js

2
README.md

@ -1,4 +1,4 @@
# Fast badge generating service.
# Fast badge generating service
## Usage

2
service.js

@ -25,7 +25,7 @@ function serveListBadge (req, res, params) {
}
function redirect (req, res) {
res.writeHead(302, { 'Location': 'https://amio.github.io/badgen' })
res.writeHead(302, { 'Location': 'https://badgen.github.io/service' })
res.end()
}

Loading…
Cancel
Save