Implement very basic search
This commit is contained in:
7
orval.config.js
Normal file
7
orval.config.js
Normal file
@ -0,0 +1,7 @@
|
||||
export const search = {
|
||||
input: './openapi/search.json',
|
||||
output: {
|
||||
target: './openapi/search.ts',
|
||||
baseUrl: 'http://localhost:8080'
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user