Added login to the application to make authenticated api requests.
This commit is contained in:
@@ -23,6 +23,7 @@ Encore
|
||||
.addEntry('app', './assets/js/app.js')
|
||||
.addEntry('files', './assets/js/files.js')
|
||||
.addEntry('book', './assets/js/book.js')
|
||||
.addEntry('user', './assets/js/user.js')
|
||||
|
||||
// enables the Symfony UX Stimulus bridge (used in assets/bootstrap.js)
|
||||
.enableStimulusBridge('./assets/controllers.json')
|
||||
|
||||
Reference in New Issue
Block a user