Browse Source

add missing property for space api

encrypt 8 years ago
parent
commit
04497c59bf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      webapp.rb

+ 3 - 0
webapp.rb

@@ -69,6 +69,9 @@ get '/hacklabbo/space.json' do
       lat: 44.512243,
       lon: 11.341099
     },
+    issue_report_channels: [
+      "ml"
+    ]
     contact: {
       ml: "hacklabbo@indivia.net"
     },