mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Move old webhooks to v2 lib
This commit is contained in:
@@ -16,7 +16,7 @@ var logging = require('./../../libs/api-v2/logging');
|
|||||||
var acceptablePUTPaths;
|
var acceptablePUTPaths;
|
||||||
var api = module.exports;
|
var api = module.exports;
|
||||||
var firebase = require('../../libs/firebase');
|
var firebase = require('../../libs/firebase');
|
||||||
var webhook = require('../../libs/webhook');
|
var webhook = require('../../libs/api-v2/webhook');
|
||||||
|
|
||||||
// api.purchase // Shared.ops
|
// api.purchase // Shared.ops
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user