Post with image / media

This commit is contained in:
2025-08-03 22:11:31 +08:00
parent b0834f48d4
commit 2d7dd26882
3 changed files with 151 additions and 21 deletions

View File

@@ -19,6 +19,10 @@ export default defineConfig({
},
server: {
proxy: {
'/api/tus': {
target: 'http://localhost:5090',
changeOrigin: true,
},
'/api': {
target: 'http://localhost:5071',
changeOrigin: true,