generated from corysanin/nodejs-web-template
firefox script
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "madisonlinux",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "madisonlinux",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"body-parser": "^2.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "madisonlinux",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7",
|
||||
"description": "Website for upcoming Linux install party in Madison WI",
|
||||
"keywords": [
|
||||
"web",
|
||||
|
||||
@@ -123,6 +123,10 @@ class Web {
|
||||
});
|
||||
});
|
||||
|
||||
app.get('/firefox', (_, res) => {
|
||||
res.redirect('https://gist.github.com/CorySanin/d322dc6ebe534c23ba183920d154e566');
|
||||
});
|
||||
|
||||
app.get('/event.ics', (_, res) => {
|
||||
createEvent({
|
||||
uid: '1@madisonlinux.com',
|
||||
|
||||
Reference in New Issue
Block a user