We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6829d1a commit bd6b48dCopy full SHA for bd6b48d
src/App.js
@@ -69,7 +69,7 @@ function App() {
69
const backend_url = process.env.REACT_APP_BACKEND_ENDPOINT_URL + "/runcode";
70
71
var data = {
72
- "lang": lang,
+ "lang": lang.toUpperCase(),
73
"source": python,
74
"input": input,
75
"memory_limit": 243232,
0 commit comments