Implement very basic search

This commit is contained in:
2025-06-20 00:28:05 +05:00
parent 0bf60ad783
commit 2ca6a63e39
8 changed files with 1320 additions and 191 deletions

7
orval.config.js Normal file
View File

@ -0,0 +1,7 @@
export const search = {
input: './openapi/search.json',
output: {
target: './openapi/search.ts',
baseUrl: 'http://localhost:8080'
},
};