Functionality to create, update and delete label.

This commit is contained in:
2026-01-31 17:10:40 +01:00
parent 8d15e786ac
commit cb39f7ad32
8 changed files with 488 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export default defineNuxtConfig({
runtimeConfig: {
public: {
url: process.env.URL || 'http://localhost:9090',
url: process.env.URL || 'http://localhost:9091',
},
},