how do you add a proxy? #67
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
what url would I add to the proxy settings, its not very clear? the code is
self.__uv$config = {
prefix: '/school/',
bare: '/bare/',
encodeUrl: Ultraviolet.codec.xor.encode,
decodeUrl: Ultraviolet.codec.xor.decode,
handler: '/uv/uv.handler.js',
bundle: '/uv/uv.bundle.js',
config: '/uv/uv.config.js',
sw: '/uv/uv.sw.js',
da: 'a'
};
and the proxy is 69.eightgrade.com/
Beta Was this translation helpful? Give feedback.
All reactions