Merge pull request #474 from guarzo/guarzo/devfix
Build Test / 🚀 Deploy to test env (fly.io) (push) Has been cancelled
Build Test / 🛠 Build (1.17, 18.x, 27) (push) Has been cancelled
🧪 Test Suite / Test Suite (push) Has been cancelled

fix: update broken links and remove verbose logging
This commit is contained in:
Dmitry Popov
2025-07-23 15:43:30 +02:00
parent da1762934b
commit 1c211a8667
2 changed files with 7 additions and 4 deletions
+2 -3
View File
@@ -20,8 +20,7 @@ defmodule WandererApp.Api.Map do
includes([
:owner,
:characters,
:acls,
:transactions
:acls
])
# Enable filtering and sorting
@@ -342,7 +341,7 @@ defmodule WandererApp.Api.Map do
end
has_many :transactions, WandererApp.Api.MapTransaction do
public? true
public? false
end
end
end
+5 -1
View File
@@ -28,8 +28,12 @@ defmodule WandererApp.Api.MapSystemSignature do
end
code_interface do
define(:create, action: :create)
define(:all_active, action: :all_active)
define(:create, action: :create)
define(:update, action: :update)
define(:update_linked_system, action: :update_linked_system)
define(:update_type, action: :update_type)
define(:update_group, action: :update_group)
define(:by_id,
get_by: [:id],