Ver código fonte

Add pixelfed config

Daniel Supernault 7 anos atrás
pai
commit
a86b3ee06d
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8 0
      config/pixelfed.php

+ 8 - 0
config/pixelfed.php

@@ -0,0 +1,8 @@
+<?php
+
+return [
+  'version' => '0.1.0',
+  'nodeinfo' => [
+    'url' => config('app.url') . '/' . 'api/nodeinfo/2.0.json'
+  ],
+];