Created
November 1, 2017 19:44
-
-
Save WesTyler/f8461942c62ea7409cc23de94b753d82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
register: { | |
plugins: [ | |
'myPlugin', | |
{ plugin: 'plugin2', once: true, options: { apiHost: 'example.com' } }, | |
{ plugin: require('finalPlugin'), routes: { prefix: '/test/' } } | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment