* contracts page

feature: #4
This commit is contained in:
2023-01-04 22:16:28 +01:00
parent 1eab4c586f
commit 819fffec70
9 changed files with 185 additions and 20 deletions

View File

@@ -1,7 +1,6 @@
import axios from 'axios'
export default axios.create({
baseURL: 'https://localhost:8080/',
timeout: 1000,
headers: { 'X-Custom-Header': 'foobar' }
baseURL: 'https://88c09a70-ab85-412a-9bd3-407afe8986a1.mock.pstmn.io/',
timeout: 4000
})