mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
refactor: Remove require
extension filename
This commit is contained in:
parent
41f34735a1
commit
aca01f064d
10 changed files with 24 additions and 25 deletions
|
@ -3,8 +3,7 @@
|
|||
const Router = require('express').Router
|
||||
|
||||
const {urlencodedParser} = require('./utils')
|
||||
const history = require('../history.js')
|
||||
|
||||
const history = require('../history')
|
||||
const historyRouter = module.exports = Router()
|
||||
|
||||
// get history
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue