Skip to content

Commit 8e20d81

Browse files
committed
submission flow tested
Signed-off-by: Tathagat Thapliyal <[email protected]>
1 parent e4bae74 commit 8e20d81

File tree

4 files changed

+11
-328
lines changed

4 files changed

+11
-328
lines changed

docs/api_project.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api_project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "title": "judge-blocks API", "url": "https://judge2.codingblocks.com/api", "sampleUrl": "https://judge2.codingblocks.com/api", "name": "judge-api", "version": "1.2.0", "description": "Judge API", "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2020-04-11T08:58:22.454Z", "url": "http://apidocjs.com", "version": "0.17.7" }}
1+
{ "title": "judge-blocks API", "url": "https://judge2.codingblocks.com/api", "sampleUrl": "https://judge2.codingblocks.com/api", "name": "judge-api", "version": "1.2.0", "description": "Judge API", "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2020-04-11T15:13:28.923Z", "url": "http://apidocjs.com", "version": "0.17.7" }}

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"@types/amqplib": "^0.5.4",
1212
"amqplib": "^0.5.2",
1313
"apidoc": "^0.17.6",
14-
"axios": "^0.19.2",
1514
"base-64": "^0.1.0",
1615
"debug": "^4.0.0",
1716
"express": "^4.16.2",
@@ -27,13 +26,12 @@
2726
"@types/express": "^4.0.39",
2827
"@types/minio": "^7.0.1",
2928
"@types/mocha": "^5.0.0",
30-
"@types/request": "^2.0.8",
3129
"@types/sequelize": "^4.0.79",
30+
"axios": "^0.19.2",
3231
"chai": "^4.1.2",
3332
"mkdirp": "^0.5.1",
34-
"mocha": "^5.0.0",
33+
"mocha": "^5.0.4",
3534
"nyc": "^12.0.1",
36-
"request": "^2.83.0",
3735
"rimraf": "^2.6.2",
3836
"ts-node": "^8.6.2",
3937
"typescript": "^3.8.3"
@@ -71,4 +69,4 @@
7169
"npm": ">=5",
7270
"yarn": "1"
7371
}
74-
}
72+
}

0 commit comments

Comments
 (0)