1
mirror of https://github.com/jakejarvis/simpip.git synced 2025-06-27 13:55:42 -04:00

Link to this repo in the HTTP headers because....why not?

This commit is contained in:
2019-09-08 15:20:27 -04:00
parent 57c28f71fc
commit 02cc021939

View File

@ -16,7 +16,8 @@ async function handle(request) {
"Cache-Control": "max-age=0, no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
"Expires": "Wed, 11 Jan 1984 05:00:00 GMT",
"X-Did-You-Know": "You can use \"curl -4 simpip.com\" or \"curl -6 simpip.com\" to get either address!"
"X-Did-You-Know": "You can use \"curl -4 simpip.com\" or \"curl -6 simpip.com\" to get either address!",
"X-Source-Code": "https://github.com/jakejarvis/simpip"
}
});
}