mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 02:32:45 +00:00
Fix wrong include path in api-header template (#3062)
Change local json.hpp include path to correct value. Update samples.
This commit is contained in:
committed by
William Cheng
parent
8d9eb5ba54
commit
1eca97f738
@@ -13,7 +13,7 @@
|
||||
#include <pistache/router.h>
|
||||
#include <pistache/http_headers.h>
|
||||
#include <pistache/optional.h>
|
||||
{{^hasModelImport}}#include "json.hpp"{{/hasModelImport}}
|
||||
{{^hasModelImport}}#include <nlohmann/json.hpp>{{/hasModelImport}}
|
||||
|
||||
{{#imports}}{{{import}}}
|
||||
{{/imports}}
|
||||
|
||||
Reference in New Issue
Block a user