feat: update API to v1.1.0

This commit is contained in:
Divlo
2022-06-29 06:18:23 +02:00
parent 1882073973
commit 10b1e568d2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import axios from 'axios'
export const API_VERSION = '1.0.1'
export const API_VERSION = '1.1.0'
export const API_DEFAULT_PORT = 8080