mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
chore: rename fundamentals to base (#9119)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Controller, Get } from '@nestjs/common';
|
||||
|
||||
import { Config, SkipThrottle } from './base';
|
||||
import { Public } from './core/auth';
|
||||
import { Config, SkipThrottle } from './fundamentals';
|
||||
|
||||
@Controller('/info')
|
||||
export class AppController {
|
||||
|
||||
Reference in New Issue
Block a user