Add local users

This commit is contained in:
2023-12-11 18:27:33 -07:00
parent d00fe6fdb7
commit 6b2fd89ab2
8 changed files with 61 additions and 18 deletions

View File

@@ -13,13 +13,12 @@ import {
import { KvService } from './kv.service';
import { Request } from 'express';
import { ApiTags } from '@nestjs/swagger';
import exp from 'constants';
import { FileInterceptor } from '@nestjs/platform-express';
@Controller('kv')
@ApiTags('kv')
export class KvController {
constructor(private readonly kvService: KvService) {}
constructor(private readonly kvService: KvService) { }
@Get(':namespace/:key/metadata')
async getMetadata(