Skip to content

Commit

Permalink
Use Axios OpenAPI client instead of unmaintained fetch-openapi (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul authored Mar 28, 2024
1 parent 6121d4a commit 978cc23
Show file tree
Hide file tree
Showing 24 changed files with 830 additions and 7,410 deletions.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const defaultDelimiter = "."
const configFileFlag = "configfile"
const defaultConfigFile = "server.config.yaml"
const defaultHTTPPort = 1304
const defaultNutsNodeAddress = "http://localhost:1323"
const defaultNutsNodeAddress = "http://localhost:8081"
const defaultCustomerFile = "customers.json"
const defaultLogLevel = "info"

Expand Down
Loading

0 comments on commit 978cc23

Please sign in to comment.