fix: APIPathGen에서 Var 모드 사용시 에러
This commit is contained in:
Vendored
+3
@@ -14,6 +14,9 @@ const apiPath = {
|
||||
User: StrVar<'a'|'b'>()({
|
||||
Update: someFunc,
|
||||
Delete: someFunc,
|
||||
}),
|
||||
NationInfo: NumVar({
|
||||
show: someFunc
|
||||
})
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user