Skip to content

Commit

Permalink
Fix path to API in require
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoble committed Jun 6, 2024
1 parent 8a9029a commit 39d3087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const API = require('ep_etherpad-lite/node/db/API.js');
const API = require('ep_etherpad-lite/node/db/API');
const randomString = require('ep_etherpad-lite/static/js/pad_utils').randomString;

exports.registerRoute = (hookName, args, callback) => {
Expand Down

0 comments on commit 39d3087

Please sign in to comment.