mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-15 02:39:12 +01:00
12 lines
189 B
JavaScript
12 lines
189 B
JavaScript
/*!
|
|
* mime-db
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
* MIT Licensed
|
|
*/
|
|
|
|
/**
|
|
* Module exports.
|
|
*/
|
|
|
|
module.exports = require('./db.json')
|