Update uv.config.js
This commit is contained in:
parent
7df9aa5b4f
commit
32bc40fedf
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
self.__uv$config = {
|
||||
prefix: '/sw/',
|
||||
prefix: '/service/',
|
||||
bare: '/bare/',
|
||||
encodeUrl: Ultraviolet.codec.xor.encode,
|
||||
decodeUrl: Ultraviolet.codec.xor.decode,
|
||||
handler: '/uv.handler.js',
|
||||
bundle: '/uv.bundle.js',
|
||||
config: '/uv.config.js'
|
||||
config: '/uv.config.js',
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue