[Mojolicious] Re: Can't get url placeholder in auth model

2017-08-06 Thread StarX
Thank you. You're warning was helpful too, I had to change my route to $auth->get('/') to account for the id. MJ On Sunday, 6 August 2017 14:32:52 UTC+1, Tekki wrote: > > You don't define the id parameter when you call $auth, so: > > my $auth = $r->under('/:id'... > > But now take care, the

[Mojolicious] Re: Can't get url placeholder in auth model

2017-08-06 Thread Tekki
You don't define the id parameter when you call $auth, so: my $auth = $r->under('/:id'... But now take care, the path available in $auth->get starts after the ID. -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group