This commit is contained in:
znetsixe
2026-01-29 13:32:20 +01:00
parent cde331246c
commit 105a3082ab
3 changed files with 79 additions and 21 deletions

View File

@@ -6,6 +6,7 @@ module.exports = {
baseUrl: BASE_URL,
registerPath: '/assets/store',
updatePath: (tag) => `/assets/${encodeURIComponent(tag)}/edit`,
updateMethod: 'POST',
headers: {
accept: 'application/json',
Authorization: AUTHORIZATION,