1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 09:35:51 +02:00
This commit is contained in:
Aya Morisawa
2017-01-03 06:03:19 +09:00
parent 09cd610524
commit e52885bfe4
20 changed files with 29 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
import * as express from 'express';
const git = require('git-last-commit');
import git = require('git-last-commit');
module.exports = async (req: express.Request, res: express.Response) => {
// Get commit info