From c8137c3cca0b08c840e49e2c2469841256ddabfe Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 10 Aug 2021 01:32:34 +0000 Subject: [PATCH] Update icon column for photon arts table --- server/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.js b/server/app.js index 91896ad..a552602 100644 --- a/server/app.js +++ b/server/app.js @@ -114,7 +114,7 @@ let allowCrossDomain = function(req, res, next) { { endpoint:"photon_art", requiredfields:["name","weapon_type_id","potency","dps"], - optionalfields:["power_distribution","pp","frames"], + optionalfields:["power_distribution","pp","frames","icon"], excludedfields:[] //Fields to not output in GET. }, {