OxygenFramework / Oxygen.jl

💨 A breath of fresh air for programming web apps in Julia
https://oxygenframework.github.io/Oxygen.jl/
MIT License
383 stars 25 forks source link

Misleading Warning Message Regarding configdocs() Function Use #174

Closed ehsanirani closed 3 months ago

ehsanirani commented 3 months ago

When attempting to change the URL for the Swagger page using the configdocs() function, the system displays a warning message suggesting the use of docspath and schemapath as keyword arguments in the serve function. However, upon reviewing the source code, it appears that the actual keyword argument to use should be docs_path, not docspath.