-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
how to use other API ? #1062
Comments
there're two type api in antd-admin:
|
Where can i change it? i have api like : https://services.com/api/{routers} |
Consider Nginx? |
How about graphql? We have a single endpoint like /graphql and we make a POST request to operate the data(CRUD) |
just use axios or utils/request directly @KirillSBarsukov |
I have the same question. How can I change the proxy to be the port that is running the backend? I add proxy in package.json but nothing change |
proxy in package.json is only work in dev @jl63 |
No description provided.
The text was updated successfully, but these errors were encountered: