Skip to content

Commit

Permalink
Fix M20 MTR link. Closes #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Villawhatever committed Oct 20, 2019
1 parent 8cf0d84 commit 312ba9a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 199 deletions.
192 changes: 0 additions & 192 deletions reference/VJAPI/openapi.json

This file was deleted.

6 changes: 0 additions & 6 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ var app = express();
var https = require('https');
var request = require('request-promise');

//Swagger / OpenAPI documentation
const swaggerUi = require('swagger-ui-express');
const swaggerDoc = require('./swagger.json');

app.use('/api-docs', swaggerUi.serve, swaggerUi.setup(swaggerDoc));

app.use(favicon(path.join(__dirname, 'public', 'favicon.ico')));
app.set('view engine', 'ejs');

Expand Down
2 changes: 1 addition & 1 deletion views/pages/archives.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<div class='col-md-4'>
<h3>MTR</h3>
<p><a href='/archives/mtr_4oct19'>Throne of Eldraine</a></p>
<p><a href='/archives/ipg_12jul19'>Core Set 2020</a></p>
<p><a href='/archives/mtr_12jul19'>Core Set 2020</a></p>
<p><a href='/archives/mtr_3may19'>War of the Spark</a></p>
<p><a href='/archives/mtr_21jan19'>Ravnica Allegiance</a></p>
<p><a href='/archives/mtr_5oct18'>Guilds of Ravnica</a></p>
Expand Down

0 comments on commit 312ba9a

Please sign in to comment.