Explorar o código

Add pixelfed config

Daniel Supernault %!s(int64=7) %!d(string=hai) anos
pai
achega
a86b3ee06d
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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'
+  ],
+];