Skip to content

Commit

Permalink
Fix admin/config api
Browse files Browse the repository at this point in the history
  • Loading branch information
orvice committed Jul 8, 2017
1 parent a50550c commit ecb321e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Controllers/Api/Admin/ConfigController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ class ConfigController extends BaseController implements Cfg
self::MuKey,

self::HomeMessage,

self::MailgunKey,
self::MailgunDomain,
self::MailgunSender,
];

public function index(Request $request, Response $response, $args)
Expand Down

0 comments on commit ecb321e

Please sign in to comment.