Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Error Missing "type" option #367

Open
marashlyansuren opened this issue Sep 30, 2016 · 2 comments
Open

Error Missing "type" option #367

marashlyansuren opened this issue Sep 30, 2016 · 2 comments

Comments

@marashlyansuren
Copy link

zf-apigility-admin's zf-apigility rout does not contains type and options

this is your current version rout structures which is cause of error

'router' => [
    'routes' => [
        'zf-apigility' => [
            'child_routes' => [
                'ui' => [
                    'type'  => 'Literal',
                    'options' => [
                        'route' => '/ui',
                        'defaults' => [
                            'controller' => Controller\App::class,
                            'action'     => 'app',
                        ],
                    ],
                ],
@colinkelly
Copy link

Can you please elaborate on the issue and how it causes an issue?

An example(obviously do not give any code that is part of your application or org, just an example) would help.

Thanks for your help!

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas-api-tools/api-tools-admin; a new issue has been opened at laminas-api-tools/api-tools-admin#15.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants