Use custom worker domain

This commit is contained in:
Kenox 2022-11-03 08:43:47 +01:00
commit b8760b552d
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
/* global $, hljs, window, document */
var workersUrl = 'https://knxbin.kenox.workers.dev/';
const workersUrl = 'https://api.knx.cool/';
///// represents a single document
var haste_document = function() {

File diff suppressed because one or more lines are too long