mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-21 01:13:08 -07:00
Use custom worker domain
This commit is contained in:
parent
0301763834
commit
b8760b552d
2 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
2
static/application.min.js
vendored
2
static/application.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue