-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: AE coin markets #835
Conversation
4c3a4c1
to
70b3593
Compare
54bde1e
to
3f94498
Compare
@@ -9,6 +9,13 @@ export default defineNuxtConfig({ | |||
devServer: { | |||
port: 8080, | |||
}, | |||
nitro: { | |||
routeRules: { | |||
'/proxy/gate': { proxy: 'https://api.gateio.ws/api/v4/spot/tickers?currency_pair=AE_USDT', cors: true }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the request needed to be passed through proxy to get over CORS. Some links didn't need this approach
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@janmichek please check the description for 3 first column:
2024-06-13.1.33.59.mov
Thanks, fixed |
LGTM |
Description
resolves #822
Demo
firefox_7zfKte4BJf.mp4
Checklist: