Fixing issue #22
Fix: the user can now directly submit his MDX query, for example: SELECT ...
Before, he had to enter {"mdx":"SELECT ..."}. This syntax does not work anymore.
How to test:
Launch the app with yarn dev
Reach localhost:3000
Check that submitting a direct MDX request works correctly
Fixing issue #22 Fix: the user can now directly submit his MDX query, for example: SELECT ... Before, he had to enter {"mdx":"SELECT ..."}. This syntax does not work anymore.
How to test:
yarn dev