* image upload handling
* old static image migrator implementation as cli command * auth id fix, renew works now * templates refactored to work with uploaded images
This commit is contained in:
@@ -8,5 +8,9 @@ return [
|
||||
'api.auth.login',
|
||||
'api.ping',
|
||||
],
|
||||
'unguarded_paths' => [
|
||||
'/api/awardee-image',
|
||||
'/api/judge-image',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user