Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 24, 2019
1 parent 6e4faef commit f1befd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions index.js
Expand Up @@ -2,7 +2,6 @@ let {send} = require("micro")
let execa = require("execa")
let net = require("net")
let fs = require("fs").promises
let {router, get} = require("microrouter")
let crypto = require("crypto")

async function getSnoot(name) {
Expand Down Expand Up @@ -84,7 +83,7 @@ async function notfound(request, response) {
return send(
response,
404,
"go to https://auth.snoot.club/start/your_snoot_name"
"go to https://auth.snoot.club/your_snoot_name"
)
}

Expand Down
2 changes: 1 addition & 1 deletion succeed/build.sh 100644 → 100755
Expand Up @@ -2,4 +2,4 @@
cargo build --release
mv target/release/succeed ../bin
sudo chmod 6711 ../bin/succeed
sudo chown auth:auth ../bin/succeed
sudo chown auth:common ../bin/succeed

0 comments on commit f1befd1

Please sign in to comment.