Skip to content

Commit bb5a6f9

Browse files
committed
push to heroku
1 parent a9f38fa commit bb5a6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import axios from 'axios'
22
import urlencodeForm from "../services/urlencodeForm";
33

4-
export const API_URL = 'https://table-test-task-backend.herokuapp.com/'
4+
export const API_URL = 'https://table-test-task-backend.herokuapp.com'
55

66

77
export async function get(url) {

0 commit comments

Comments
 (0)