mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:27:09 +00:00
Fix: do not require file that no longer exists
This commit is contained in:
@@ -6,6 +6,5 @@ module.exports = {
|
||||
post: require('./post'),
|
||||
put: require('./put'),
|
||||
patch: require('./patch'),
|
||||
delete: require('./delete'),
|
||||
cache: require('./cache')
|
||||
delete: require('./delete')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user