Skip to content

Commit dd66da4

Browse files
authored
Merge pull request #60 from AndrewBoessen/fix-drilldown
Drilldown Source Id
2 parents e027421 + e1a03cc commit dd66da4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controllers/fetchDrillDown.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ interface RequestBody {
3838
const genBody = (code: string, instructor: string): string => {
3939
const body: RequestBody = {
4040
strUiCultureIn: 'en',
41-
datasourceId: '670',
41+
datasourceId: '890',
4242
blockId: '30',
4343
subjectColId: '2',
4444
subjectValue: code,

server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ app.use('/auth', auth_router);
169169
// Add routes for rmp comments
170170
app.use('/api/comments', comment_router);
171171

172-
const port = process.env['PORT'] || 80;
172+
const port = process.env['PORT'] || 3000;
173173
const privatePort = 8080;
174174

175175
app.listen(port, () => {

0 commit comments

Comments
 (0)