mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
7 lines
195 B
JavaScript
7 lines
195 B
JavaScript
|
|
HTTP = Package.http && Package.http.HTTP || {};
|
||
|
|
|
||
|
|
// Client-side simulation is not yet implemented
|
||
|
|
HTTP.methods = function() {
|
||
|
|
throw new Error('HTTP.methods not implemented on client-side');
|
||
|
|
};
|