Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Vanilla API don't respect application

Hi!

I am having a problem when i try to use some endpoints of vanilla api.

I am using vanilla 2.2.12, api 0.1.3 and the conf file provided by @Kasper‌ https://github.com/kasperisager/vagrant-lnpp/blob/master/modules/lnpp/templates/nginx/vanilla.conf.erb

When i try to acces the delete endpoint for categories

// DELETE endpoints

    static::delete('/:id', array(
        'application' => 'Vanilla',
        'controller'  => 'Settings',
        'method'      => 'deleteCategory',
        'arguments'   => array(':id')
    ));

does not appear that he respect the 'application' => 'Vanilla', because i get a memory limit excedeed, and debugging i see this path in dispatcher applications\dashboard\controllers\

that should be vanilla instead of dashboard in the path i supose.

Soemone have any idea?

Thanks in advance

Comments

Sign In or Register to comment.