* 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:
Danyi Dávid
2018-05-13 22:34:15 +02:00
parent 26c74ec238
commit c4438f7e8c
20 changed files with 532 additions and 20 deletions

View File

@@ -8,5 +8,9 @@ return [
'api.auth.login',
'api.ping',
],
'unguarded_paths' => [
'/api/awardee-image',
'/api/judge-image',
],
],
];