cpdw840624
Results
1
issues of
cpdw840624
I use glot-run.Send post request like this: curl --request POST \ --header 'Authorization: Token 0123456-789a-bcde-f012-3456789abcde' \ --header 'Content-type: application/json' \ --data '{"files": [{"name": "main.py", "content": "print(42)"}]}' \ --url 'https://ip:port/languages/python/latest' then...