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.
2 parents 51bf5e6 + 245c422 commit 526252fCopy full SHA for 526252f
src/views/definition.hbs
@@ -165,7 +165,7 @@ function init() {
165
*/
166
async function compute() {
167
// construct url for GET /solve/definition.gh?name=value(&...)
168
- const url = new URL('/solve/{{name}}', window.location.origin)
+ const url = new URL('/solve/' + data.definition, window.location.origin)
169
Object.keys(data.inputs).forEach(key => url.searchParams.append(key, data.inputs[key]))
170
console.log(url.toString())
171
0 commit comments