@jrpool/kilotest 31.2.2 → 31.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -313,7 +313,7 @@ const requestHandler = async (request, response) => {
|
|
|
313
313
|
const topic = pageName.slice(0, -5);
|
|
314
314
|
// If the page can be generated:
|
|
315
315
|
if (answer[topic]) {
|
|
316
|
-
setHeaders('text/html', `${pathname}${search}`, '
|
|
316
|
+
setHeaders('text/html', `${pathname}${search}`, 'ultra');
|
|
317
317
|
// Get the answer data.
|
|
318
318
|
const answerData = await answer[topic](pathTail, search);
|
|
319
319
|
// If they are valid:
|