fix: update API to v1.2.3

This commit is contained in:
Divlo
2022-12-13 11:41:42 +01:00
parent 12ceefd650
commit 1ea78821b0
2 changed files with 2 additions and 2 deletions

View File

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