We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9896c3 commit 4995d67Copy full SHA for 4995d67
1 file changed
services/config.js
@@ -33,7 +33,7 @@ export const useServerURL = () => {
33
return Server.API.dev
34
35
default:
36
- return Server.API.arabica
+ return Server.API.dev
37
}
38
39
0 commit comments