1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-24 09:54:16 +00:00
2024-03-05 10:20:36 +00:00

8 lines
222 B
JavaScript
Executable File

import { default as dbAdmin } from "./dbAdmin"
import { default as authorizeSelfServerToken } from "./authorizeSelfServerToken"
// set here the setup functions
export default [
dbAdmin,
authorizeSelfServerToken,
]