You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use this with swagger, I get the following error:
url pattern does not end in $ ('admin/log-viewer/^json/(?P<file_name>[\.\w-]*)/(?P<page>[0-9]+)') - unexpected things might happen
url pattern does not end in $ ('admin/log-viewer/^json/(?P<file_name>[\.\w-]*)') - unexpected things might happen
Can you fix this?
The text was updated successfully, but these errors were encountered:
@kwangsooshin when I merge your P.R and try to run, it has:
WARNINGS:
?: (urls.W002) Your URL pattern '^/?$' [name='log_file_view'] has a route beginning with a '/'. Remove this slash as it is unnecessary. If this pattern is targeted in an include(), ensure the include() pattern has a trailing '
/'.
When I use this with swagger, I get the following error:
Can you fix this?
The text was updated successfully, but these errors were encountered: