Skip to content

Commit 78a00ac

Browse files
committed
Fixed api/portraits and updated changelog
1 parent 30ec394 commit 78a00ac

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ app.use(express.static(path.join(__dirname, 'public')));
3131
app.use(compress());
3232

3333
app.use('/', index);
34+
app.use('/api/portraits', express.static('public/portraits'));
3435
app.use('/api', api);
3536
app.use('/getStats', stats);
3637

views/pages/changelog.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<li>Added prettyjson format option for human readable JSON</li>
2020
<li>Increased results cap to <span id="color">5,000</span> users per request</li>
2121
<li>Added pagination support with <span id="color">page</span> parameter</li>
22+
<li>Added DK and TR</li>
2223
</ul>
2324
</section>
2425
<!--

0 commit comments

Comments
 (0)