Don't add whole app to docker image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
1
public/js/app.js
vendored
1
public/js/app.js
vendored
@ -5,7 +5,6 @@ $(document).ready(function(e) {
|
||||
ajax: {
|
||||
url: '/authors/search',
|
||||
dataType: 'json'
|
||||
// Additional AJAX parameters go here; see the end of this chapter for the full code of this example
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user