0
0
Fork 0

ディレクトリ再編

This commit is contained in:
xeltica 2021-09-04 11:00:38 +09:00
parent cb924ff92b
commit 85d471efbb
45 changed files with 204 additions and 41 deletions

View file

@ -1,15 +0,0 @@
/**
* API
* @author Xeltica
*/
import { Get, JsonController } from 'routing-controllers';
@JsonController('/meta')
export class MetaController {
@Get() get() {
return {
honi: 'ほに',
};
}
}