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 25fa89f commit f39eb3cCopy full SHA for f39eb3c
Public/js/runner.js
@@ -100,11 +100,11 @@ export class Runner {
100
return `https://swiftfiddle-runner-functions${suffix}.blackwater-cac8eec1.westus2.azurecontainerapps.io/runner/${version}/run`;
101
}
102
case "6.0": {
103
- return `http://116.80.37.69:8080/runner/${version}/run`;
+ return `https://runner.swift-playground.com/runner/${version}/run`;
104
105
106
default:
107
108
109
})();
110
0 commit comments