We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f38fa commit bb5a6f9Copy full SHA for bb5a6f9
src/api/api.js
@@ -1,7 +1,7 @@
1
import axios from 'axios'
2
import urlencodeForm from "../services/urlencodeForm";
3
4
-export const API_URL = 'https://table-test-task-backend.herokuapp.com/'
+export const API_URL = 'https://table-test-task-backend.herokuapp.com'
5
6
7
export async function get(url) {
0 commit comments