fix: update API to v1.2.6

This commit is contained in:
Divlo
2023-05-13 20:51:19 +02:00
parent fa7b155ea4
commit fd138caa4b
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.5'
export const API_VERSION = '1.2.6'
export const API_DEFAULT_PORT = 8080