add dynamic

This commit is contained in:
CoolElectronics 2023-08-13 15:04:53 -04:00
parent ebe1f18b68
commit f5e0c4202e
No known key found for this signature in database
GPG key ID: F63593D168636C50
20 changed files with 1782 additions and 252 deletions

View file

@ -1,6 +1,6 @@
/*global Ultraviolet*/
self.__uv$config = {
prefix: '/service/',
prefix: '/uvsw/',
bare: '/bare/',
encodeUrl: Ultraviolet.codec.xor.encode,
decodeUrl: Ultraviolet.codec.xor.decode,