move ´code´ api endpoint to ´casepw´
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
|
||||
if (caseName == '') return;
|
||||
|
||||
let url = `/api/list/${caseName}/code`;
|
||||
let url = `/api/list/${caseName}/casepw`;
|
||||
const response = await fetch(url);
|
||||
|
||||
if (response.status == 200) {
|
||||
|
||||
Reference in New Issue
Block a user