Remove demo API types
cgen-c55f36532ae244a0a5127f9675f68c42
This commit is contained in:
parent
dc34cb6fa0
commit
2f0e3ddc9c
1 changed files with 1 additions and 6 deletions
|
|
@ -4,9 +4,4 @@
|
|||
* and/or small pure JS functions that can be used on both client and server
|
||||
*/
|
||||
|
||||
/**
|
||||
* Example response type for /api/demo
|
||||
*/
|
||||
export interface DemoResponse {
|
||||
message: string;
|
||||
}
|
||||
// Demo API types removed - application running in production mode
|
||||
|
|
|
|||
Loading…
Reference in a new issue