Initial commit

This commit is contained in:
admin
2025-12-12 14:06:35 +08:00
parent 61c61a77a2
commit c7af3b3e44
30 changed files with 271 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
const env = 'development'
const configs = {
development: {
baseUrl: 'http://192.168.5.95:8000/api'
baseUrl: 'http://192.168.5.112:8000/api'
},
production: {
baseUrl: 'https://your-domain.example.com/api'