Merge pull request #78 from TouchInstinct/feature/api_prefix_fpr_kotlin_server_templates
package fixed in kotlin server templates
This commit is contained in:
commit
3c620f23e7
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* This code is autogenerated by Touch Instinct tools
|
||||
*/
|
||||
package {{ packageName }}
|
||||
package {{ packageName }}.api
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonInclude
|
||||
import com.fasterxml.jackson.annotation.JsonFormat
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/*
|
||||
* This code is autogenerated by Touch Instinct tools
|
||||
*/
|
||||
package {{ packageName }}
|
||||
package {{ packageName }}.api
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonValue
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue